出库策略错误更改

This commit is contained in:
FanLian
2023-08-03 17:41:40 +08:00
parent a115aba87e
commit 56c15393c9
3 changed files with 20 additions and 11 deletions

View File

@@ -17,6 +17,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// </summary>
public string carry_id { get; set; }
/// <summary>
/// 载具规格Id
/// </summary>
public string carrystd_id { get; set; }
/// <summary>
/// 物料Id
/// </summary>
public string material_id { get; set; }