This commit is contained in:
alex
2023-06-15 19:36:41 +08:00
parent 36cb3ec766
commit 50dc30f76a
11 changed files with 18 additions and 15 deletions

View File

@@ -20,6 +20,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// </summary>
public string CarryId { get; set; }
/// <summary>
/// 载具Code
/// </summary>
public string CarryCode { get; set; }
/// <summary>
/// 载具起始库位Id
/// </summary>
public string CarryStartLocationId { get; set; }