WMS 库房业务,生成任务,任务执行
This commit is contained in:
@@ -153,5 +153,9 @@ public partial class WmsPretaskH : BaseEntity<string>
|
||||
/// 目标库位编号
|
||||
/// </summary>
|
||||
public string endlocation_code { get; set; } = string.Empty;
|
||||
/// <summary>
|
||||
/// 优先级
|
||||
/// </summary>
|
||||
public int priority { get; set; } = 1;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user