using SqlSugar; using Tnb.WarehouseMgr.Entities.Entity; namespace Tnb.WarehouseMgr.Entities; /// /// 预任务申请主表 /// public partial class WmsPretaskH : ITaskManagerDel { /// /// 单次搬运数量 /// [SugarColumn(IsIgnore = true)] public int move_num { get; set; } /// /// 第三方设备类型 /// [SugarColumn(IsIgnore = true)] public string third_eqp_type { get; set; } }