From 6a128ef4f3a8b79d25a8fcd36a6139b46ac51a65 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周一, 09 9月 2024 14:42:10 +0800
Subject: [PATCH] 注释不用的代码

---
 DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/TableModel/WorkPieceLog.cs |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/TableModel/WorkPieceLog.cs b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/TableModel/WorkPieceLog.cs
index 8756aca..2f700e8 100644
--- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/TableModel/WorkPieceLog.cs
+++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/TableModel/WorkPieceLog.cs
@@ -153,5 +153,18 @@
         public string UpdatedUserName { get; set; }
 
         public bool IsDeleted { get; set; }
+
+
+        /// <summary>
+        /// 日志类型
+        /// </summary>
+        public int? PieceLogType { get; set; }
+
+        /// <summary>
+        /// 日志类型
+        /// </summary>
+        [MaxLength(255)]
+        public string PieceLogTypeName { get; set; }
+
     }
 }

--
Gitblit v1.9.3