From 667736c9393c0f12814150c0c1cef77c078576e1 Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-5BIMHQ3>
Date: 星期六, 23 三月 2024 16:52:33 +0800
Subject: [PATCH] 问题修改

---
 Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs b/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs
index 08e1757..b0afa5a 100644
--- a/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs
+++ b/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs
@@ -178,4 +178,48 @@
         public int realQty { get; set; }
         public string bitBoxMark { get; set; }
     }
+
+    /// <summary>
+    /// 鐗╂枡鏍囩Vm
+    /// </summary>
+    public class LabelBoxInfoVm : IndexPage
+    {
+        public string AsnNo { get; set; }
+        public string BoxNo { get; set; }
+        public string SkuNo { get; set; }
+        public string LotNo { get; set; }
+        public string SupplierLot { get; set; }
+        public string Status { get; set; }
+        public string ProductionTime { get; set; }
+
+    }
+
+    /// <summary>
+    /// 鐢熸垚鐗╂枡鏍囩Vm
+    /// </summary>
+    public class AddLabelBoxInfoVm
+    {
+        public int Id { get; set; }
+        public string IsReset { get; set; }
+        public string ArriveQty { get; set; }
+        public string ProductionTime { get; set; }
+        public string ExpirationTime { get; set; }
+        public string StoreTime { get; set; }
+        public string SupplierLot { get; set; }
+
+    }
+
+    /// <summary>
+    /// 琛ユ墦鐗╂枡鏍囩Vm
+    /// </summary>
+    public class BuDaLabelBoxVm
+    {
+        public string BoxNo { get; set; }
+        public string EndBoxNo { get; set; }
+        public string BoxNo2 { get; set; }
+        public string EndBoxNo2 { get; set; }
+        public string Type { get; set; }
+
+    }
+
 }

--
Gitblit v1.8.0