From 2b0d3b1a9f62e5ec48e4b559f95b3d4bdc3bee09 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 01 4月 2025 10:45:22 +0800
Subject: [PATCH] 打印支持 10张

---
 CC/iWareSql/WmsDBModel/mes_batchOrderUPI_new.cs |   45 ++++++++++++++++++++++++---------------------
 1 files changed, 24 insertions(+), 21 deletions(-)

diff --git a/CC/iWareSql/WmsDBModel/mes_batchOrderUPI_new.cs b/CC/iWareSql/WmsDBModel/mes_batchOrderUPI_new.cs
index 190dd61..4511732 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,14 @@
         [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; }
+
+        public int? UpiFlag { get; set; }
 
         [Required]
         [StringLength(50)]
@@ -36,17 +41,6 @@
         public double Width { get; set; }
 
         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,22 @@
 
         public int? Shelf { get; set; }
 
-        public double? Rotation { get; set; }
+        public int? Info15 { get; set; }
 
-        public double? Info1 { get; set; }
+        [StringLength(60)]
+        public string Info16 { get; set; }
 
-        public double? Info2 { get; set; }
+        [StringLength(60)]
+        public string Info17 { get; set; }
 
-        public double? Info3 { get; set; }
+        [StringLength(60)]
+        public string Info18 { get; set; }
+
+        [StringLength(60)]
+        public string Info6 { get; set; }
+
+        [StringLength(60)]
+        public string Info4 { get; set; }
 
         public DateTime? CreateTime { get; set; }
 

--
Gitblit v1.9.3