CC/iWareSql/WmsDBModel/mes_push_packagecode.cs
@@ -19,17 +19,14 @@ public DateTime? PushTime { get; set; } /// <summary> /// 返回时间 /// </summary> public DateTime? RetTime { get; set; } public int PushNum { get; set; } [Required] [StringLength(50)] public string ApiMessage { get; set; } public long? CreateOrgId { get; set; } [Required] [StringLength(64)] public string CreateOrgName { get; set; } public DateTime? CreateTime { get; set; }