调整载具查询返回接口,子载具编号赋值逻辑
This commit is contained in:
@@ -87,6 +87,14 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
/// 上级载具ID
|
||||
/// </summary>
|
||||
public string carry_id { get; set; }
|
||||
/// <summary>
|
||||
/// 子载具id
|
||||
/// </summary>
|
||||
public string member_carryid { get; set; }
|
||||
/// <summary>
|
||||
/// 子载具code
|
||||
/// </summary>
|
||||
public string member_carrycode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物品ID
|
||||
|
||||
Reference in New Issue
Block a user