From 1ab448972aed699a5665876316972cc07b879e95 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期五, 18 十月 2024 15:35:13 +0800
Subject: [PATCH] 包装行为支持生成包装条码

---
 Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs b/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs
index a3c6336..01dd037 100644
--- a/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs
+++ b/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs
@@ -140,6 +140,10 @@
 		[SugarColumn(IsIgnore = true)]
 		public string FieldName { get; set; }
 		*/
+        [SugarColumn(IsIgnore = true)]
+        public string ACT_ID { get; set; }
+        [SugarColumn(IsIgnore = true)]
+        public string FLOW_SN { get; set; }
         #endregion
 
         #region 澶栭敭灞炴��

--
Gitblit v1.9.3