炉号可查看

This commit is contained in:
2026-01-09 14:12:01 +08:00
parent c8ca658616
commit 8b206b257c
4 changed files with 41 additions and 21 deletions

View File

@@ -30,9 +30,10 @@ namespace DOAN.Model.BZFM.Dto
public string MaterialName { get; set; }
public string WarehouseCode { get; set; }
public string WarehouseCode { get; set; }
public string WarehouseName { get; set; }
[Required(ErrorMessage = "库位编码不能为空")]

View File

@@ -16,6 +16,8 @@ namespace DOAN.Model.BZFM.Dto
public string InboundNo { get; set; }
public string TransactionType { get; set; }
public string StoveCode { get; set; }
}
/// <summary>
@@ -31,6 +33,8 @@ namespace DOAN.Model.BZFM.Dto
public string Operator { get; set; }
public string StoveCode { get; set; }
public string SupplierName { get; set; }
public string SupplierCode { get; set; }