Dto变动

This commit is contained in:
2026-01-09 11:22:45 +08:00
parent fdcb5b5200
commit 4507288026
4 changed files with 45 additions and 4 deletions

View File

@@ -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; }

View File

@@ -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>