EnumTaskChainType新增,电梯,输送线

This commit is contained in:
yang.lee
2023-11-09 11:48:45 +08:00
parent 1b3b30662c
commit d757785f0b
4 changed files with 14 additions and 2 deletions

View File

@@ -13,4 +13,9 @@ public partial class WmsPretaskH : ITaskManagerDel
/// </summary>
[SugarColumn(IsIgnore = true)]
public int move_num { get; set; }
/// <summary>
/// 第三方设备类型
/// </summary>
[SugarColumn(IsIgnore = true)]
public string third_eqp_type { get; set; }
}