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; } } }