222
schangxiang@126.com
2024-12-05 2225959bc5c3588407e90a6285ab2c32b3481d90
CC/iWareSql/WmsDBModel/mes_push_papercut.cs
@@ -19,10 +19,8 @@
        public DateTime? PushTime { get; set; }
        public int PushNum { get; set; } = 0;
        public int PushNum { get; set; }
        [Required]
        [StringLength(50)]
        public string ApiMessage { get; set; }
        public DateTime? CreateTime { get; set; }
@@ -40,11 +38,5 @@
        public string UpdateUserName { get; set; }
        public bool IsDelete { get; set; }
        public double? Info1 { get; set; }
        public double? Info2 { get; set; }
        public double? Info3 { get; set; }
    }
}