仓库-拆箱功能完成

This commit is contained in:
赵正易
2024-04-19 14:00:33 +08:00
parent d7e8206976
commit c8a9f3b648
3 changed files with 130 additions and 20 deletions

View File

@@ -19,6 +19,8 @@ namespace ZR.Model.MES.wms.Dto
public class WmGoodsUnpackingDto
{
public ResultionPackageCodeDto Package { get; set; }
public int firstNum { get; set; }
public string CreateBy { get; set; }
}