This commit is contained in:
2024-10-25 19:01:06 +08:00
parent 0f3232d32b
commit 58994f4d7a
14 changed files with 414 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ namespace ZR.Model.MES.wms
public DateTime? EndTime { get; set; }
/// <summary>
/// 类别0-默认 1-直接出库
/// 类别0-默认 1-跳过后道
/// </summary>
public int? Type { get; set; }