物料清单添加Type 1-成品 2-毛坯

This commit is contained in:
2024-05-24 10:47:22 +08:00
parent be0e699bec
commit 6f2b846473
5 changed files with 14 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ namespace ZR.Model.MES.wms.Dto
public string Search2 { get; set; }
public int? Type { get; set; }
public int? Status { get; set; }
public string CreatedBy { get; set; }
@@ -153,6 +154,8 @@ namespace ZR.Model.MES.wms.Dto
public string Search2 { get; set; }
public int? Type { get; set; }
public int? Status { get; set; }
public string CreatedBy { get; set; }