22
schangxiang@126.com
2024-12-05 965154b8d12864ddd18c49a7a6fb58347ce10fb9
CC/iWareSql/WmsDBModel/wms_rbline_task.cs
@@ -46,8 +46,6 @@
        public int? RbTaskType { get; set; }
        public int? LastNum { get; set; }
        [StringLength(50)]
        public string RbTaskTypeEnumName { get; set; }
@@ -84,5 +82,7 @@
        public string UpdateUserName { get; set; }
        public bool IsDelete { get; set; }
        public int? LastNum { get; set; }
    }
}