成品库功能添加详情查看

This commit is contained in:
2024-04-27 11:19:37 +08:00
parent 1f9b493c24
commit 80f0da54c8
3 changed files with 21 additions and 8 deletions

View File

@@ -59,6 +59,7 @@ namespace ZR.Model.MES.wms.Dto
public string LocationCode { get; set; }
public string Partnumber { get; set; }
public string Description { get; set; }
public int? GoodsNumLogic { get; set; }