空载具入库,获取目标库位集合代码还原,用于测试CTU
This commit is contained in:
@@ -10,5 +10,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Queries
|
||||
{
|
||||
public string taskCode { get; set; }
|
||||
public string endlocation_id { get; set; }
|
||||
public string startlocation_id { get; set; }
|
||||
public string sourceName { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ public partial class WmsElevatorH : BaseEntity<string>
|
||||
/// 电梯ID
|
||||
/// </summary>
|
||||
public string elevator_id { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 电梯编号
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user