22
schangxiang@126.com
2024-12-05 a95309ec158af3b95fe5b77f4f0c24208dc657e3
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; }
    }
}