22
schangxiang@126.com
2024-12-18 344680022c0c46a1bb108e7d2e81bf2296d79d15
CC/iWareSql/WmsDBModel/wms_sys_basic_data.cs
@@ -28,6 +28,9 @@
        public DateTime? LastUnLineTime { get; set; }
        [StringLength(50)]
        public string OperationRemark { get; set; }
        public DateTime? CreateTime { get; set; }
        public DateTime? UpdateTime { get; set; }
@@ -43,9 +46,5 @@
        public string UpdateUserName { get; set; }
        public bool IsDelete { get; set; }
        [StringLength(50)]
        public string OperationRemark { get; set; }
    }
}