...
This commit is contained in:
@@ -199,12 +199,12 @@ namespace Back.Data.Models
|
|||||||
public int? lt { get; set; }
|
public int? lt { get; set; }
|
||||||
//شماره ناوگان
|
//شماره ناوگان
|
||||||
[MaxLength(20)]
|
[MaxLength(20)]
|
||||||
public string cno { get; set; }
|
public string? cno { get; set; }
|
||||||
//کد ملی/ کد فراگیر اتباع غیر ایرانی راننده) در حمل و نقل جاده ای(
|
//کد ملی/ کد فراگیر اتباع غیر ایرانی راننده) در حمل و نقل جاده ای(
|
||||||
[MaxLength(12)]
|
[MaxLength(12)]
|
||||||
public string? did { get; set; }
|
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)]
|
[MaxLength(20)]
|
||||||
public string? asn { get; set; }
|
public string? asn { get; set; }
|
||||||
@@ -239,3 +239,4 @@ namespace Back.Data.Models
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
//asd نوعش باید long باشه نفهمیدم تو db چی بذارم
|
Reference in New Issue
Block a user