Dto变动
This commit is contained in:
@@ -11,6 +11,9 @@ namespace DOAN.Model.BZFM.Dto
|
||||
|
||||
public string WarehouseName { get; set; }
|
||||
public string LocationCode { get; set; }
|
||||
public string SupplierCode { get; set; }
|
||||
|
||||
public string SupplierName { get; set; }
|
||||
public string BatchNo { get; set; }
|
||||
}
|
||||
|
||||
@@ -27,9 +30,9 @@ namespace DOAN.Model.BZFM.Dto
|
||||
|
||||
public string MaterialName { get; set; }
|
||||
|
||||
[Required(ErrorMessage = "仓库编码不能为空")]
|
||||
public string WarehouseCode { get; set; }
|
||||
|
||||
|
||||
public string WarehouseName { get; set; }
|
||||
|
||||
[Required(ErrorMessage = "库位编码不能为空")]
|
||||
@@ -37,6 +40,10 @@ namespace DOAN.Model.BZFM.Dto
|
||||
|
||||
public string LocationName { get; set; }
|
||||
|
||||
public string SupplierCode { get; set; }
|
||||
|
||||
public string SupplierName { get; set; }
|
||||
|
||||
public string BatchNo { get; set; }
|
||||
|
||||
public decimal CurrentQty { get; set; }
|
||||
|
||||
@@ -74,6 +74,9 @@ namespace DOAN.Model.BZFM.Dto
|
||||
public string MaterialName { get; set; }
|
||||
public string Specification { get; set; }
|
||||
public string CategoryCode { get; set; }
|
||||
public string SupplierCode { get; set; }
|
||||
public string SupplierName { get; set; }
|
||||
public string Type { get; set; }
|
||||
}
|
||||
|
||||
// <summary>
|
||||
|
||||
Reference in New Issue
Block a user