From 383548796fc909758ff107382134fa96b8b11366 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 09 一月 2025 17:19:29 +0800
Subject: [PATCH] 更新U9实体

---
 Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs b/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs
index 250bcdc..4aa8a11 100644
--- a/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs
+++ b/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs
@@ -39,7 +39,7 @@
     public class RcvRptDocCreateInput
     {
         public List<RcvRptDocBase> RcvRptDocBases { get; set; }
-        public List<BIZ_ERP_PROD_IN_BTH> ErpProdInBths { get; set; }
+        public List<BIZ_ERP_PROD_IN_BTH> ErpProdInBths { get; set; } = new List<BIZ_ERP_PROD_IN_BTH>();
         public List<InStorePrintJson> PrintJsons { get; set; } = new List<InStorePrintJson>();
         public List<BAS_LABEL_TEMP> labels { get; set; }
         public string userId { get; set; }
@@ -97,6 +97,29 @@
         public int DocState { get; set; } = 1;
     }
 
+    public class BarcodeCreateInput
+    {
+        public string RevDocId { get; set; }
+        public string userId { get; set; }
+        public string token { get; set; }
+        public bool IsLogin { get; set; }
+    }
+
+    public class BarcodeCreateParam
+    {
+        public List<CreateEntityKeys> CreateEntityKeys { get; set; }
+        public bool IsCreateHeadBarCode { get; set; }
+        public string BarCodeRuleCode { get; set; }
+        public int GenerateCount { get; set; }
+        public int BCQty { get; set; }
+    }
+
+    public class CreateEntityKeys
+    {
+        public string ID { get; set; }
+        public string EntityType { get; set; }
+    }
+
     public class MOKey
     {
         public string DocNo { get; set; }

--
Gitblit v1.9.3