项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Basic/SupplierDTO.cs
@@ -70,7 +70,7 @@ /// 搴撳瓨缁勭粐 /// </summary> [PropertyValidate("搴撳瓨缁勭粐", NotNullAndEmpty = true)] public string InvOrgId { get; set; } = "娣畨鐗瑰垱浜屽巶"; public string InvOrgId { get; set; } = ""; /// <summary> /// 鎿嶄綔绫诲瀷 @@ -82,8 +82,7 @@ public class WarehouseRequest { public List<WarehouseAreaDto> warehouses { get; set; } public List<string> delWarehouseCodes { get; set; } } @@ -93,5 +92,7 @@ public string Code { get; set; } public string Name { get; set; } public string FactoryArea { get; set; } public int IsDelete { get; set; } } }