From c2b34c767c2e88c3430e2cdaca557ef50cda7c8b Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周四, 21 11月 2024 10:50:31 +0800
Subject: [PATCH] 注册表方式实现自启动

---
 DataCapture_MA/Entity/RobotInfo.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/DataCapture_MA/Entity/RobotInfo.cs b/DataCapture_MA/Entity/RobotInfo.cs
index 2e240fe..433a0ce 100644
--- a/DataCapture_MA/Entity/RobotInfo.cs
+++ b/DataCapture_MA/Entity/RobotInfo.cs
@@ -153,6 +153,11 @@
         public string CreateTime { get; set; }
 
         /// <summary>
+        /// 鍒涘缓鏃剁殑鏃堕棿鎴�
+        /// </summary>
+        public long CreateStamp { get; set; }
+
+        /// <summary>
         /// 鏇存柊鏃堕棿
         /// </summary>
         public string UpdateTime { get; set; }

--
Gitblit v1.9.3