From a5e54d60dbc5c695b8cadc21fcb44eb5c851f09c Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周五, 13 12月 2024 16:45:41 +0800 Subject: [PATCH] 222 --- CC/iWareSql/WmsDBModel/mes_batchOrderUPI_new.cs | 69 ++++++++++++++++++++++++++-------- 1 files changed, 52 insertions(+), 17 deletions(-) diff --git a/CC/iWareSql/WmsDBModel/mes_batchOrderUPI_new.cs b/CC/iWareSql/WmsDBModel/mes_batchOrderUPI_new.cs index 190dd61..7b192da 100644 --- a/CC/iWareSql/WmsDBModel/mes_batchOrderUPI_new.cs +++ b/CC/iWareSql/WmsDBModel/mes_batchOrderUPI_new.cs @@ -11,9 +11,9 @@ [DatabaseGenerated(DatabaseGeneratedOption.None)] public long Id { get; set; } - public int? AreaCode { get; set; } - - public int UpiStatus { get; set; } + [Required] + [StringLength(50)] + public string UPI { get; set; } [Required] [StringLength(50)] @@ -23,9 +23,12 @@ [StringLength(50)] public string OrderId { get; set; } - [Required] - [StringLength(50)] - public string UPI { get; set; } + [StringLength(60)] + public string Info5 { get; set; } + + public int? AreaCode { get; set; } + + public int UpiStatus { get; set; } [Required] [StringLength(50)] @@ -37,16 +40,7 @@ public double Thk { get; set; } - [StringLength(50)] - public string Matgrid { get; set; } - - public int? IsEB { get; set; } - - public int? DRNum { get; set; } - public int? IsPA { get; set; } - - public int? MaterialIndeX { get; set; } [Required] [StringLength(50)] @@ -62,13 +56,49 @@ public int? Shelf { get; set; } - public double? Rotation { get; set; } - public double? Info1 { get; set; } public double? Info2 { get; set; } public double? Info3 { get; set; } + + [StringLength(60)] + public string Info4 { get; set; } + + [StringLength(60)] + public string Info6 { get; set; } + + [StringLength(60)] + public string Info7 { get; set; } + + [StringLength(60)] + public string Info8 { get; set; } + + [StringLength(60)] + public string Info10 { get; set; } + + [StringLength(60)] + public string Info9 { get; set; } + + [StringLength(60)] + public string Info11 { get; set; } + + [StringLength(60)] + public string Info12 { get; set; } + + [StringLength(60)] + public string Info13 { get; set; } + + [StringLength(60)] + public string Info14 { get; set; } + + public int? Info15 { get; set; } + + [StringLength(60)] + public string Info16 { get; set; } + + [StringLength(60)] + public string Info17 { get; set; } public DateTime? CreateTime { get; set; } @@ -85,5 +115,10 @@ public string UpdateUserName { get; set; } public bool IsDelete { get; set; } + + public int? UpiFlag { get; set; } + + [StringLength(60)] + public string Info18 { get; set; } } } -- Gitblit v1.9.3