This commit is contained in:
mmrbnjd
2024-12-12 21:08:17 +03:30
parent 3d77585dee
commit 90f57ece26

View File

@@ -199,12 +199,12 @@ namespace Back.Data.Models
public int? lt { get; set; }
//شماره ناوگان
[MaxLength(20)]
public string cno { get; set; }
public string? cno { get; set; }
//کد ملی/ کد فراگیر اتباع غیر ایرانی راننده) در حمل و نقل جاده ای(
[MaxLength(12)]
public string? did { get; set; }
//کالاهای حمل شده
public List<ShippingGoodDto> sg { get { return new List<ShippingGoodDto>(); } }
//public List<ShippingGoodDto> sg { get { return new List<ShippingGoodDto>(); } }
//شماره اعلامیه فروش
[MaxLength(20)]
public string? asn { get; set; }
@@ -239,3 +239,4 @@ namespace Back.Data.Models
}
}
//asd نوعش باید long باشه نفهمیدم تو db چی بذارم