Wms出库申请模块代码提交

This commit is contained in:
alex
2023-06-20 11:51:15 +08:00
parent 639bd46bf9
commit 95997b1487
4 changed files with 169 additions and 73 deletions

View File

@@ -20,6 +20,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// </summary>
public string CarryId { get; set; }
/// <summary>
/// 载具id集合
/// </summary>
public List<string> CarryIds { get; set; }
/// <summary>
/// 载具Code
/// </summary>
public string CarryCode { get; set; }