From e0b8a7e79691d6187e4ea01a5cdd1f8802f8b00c Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期三, 23 十二月 2020 09:34:43 +0800
Subject: [PATCH] 20201223-1

---
 HDL_ON/DAL/Server/NewApiRes.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs
index e145110..6792f46 100644
--- a/HDL_ON/DAL/Server/NewApiRes.cs
+++ b/HDL_ON/DAL/Server/NewApiRes.cs
@@ -1123,6 +1123,18 @@
         public string Id;
     }
 
+    /// <summary>
+    /// AppNameObj
+    /// </summary>
+    [System.Serializable]
+    public class AppNameObj
+    {
+        /// <summary>
+        /// 杞欢鏉ユ簮锛孍voyo銆丱N銆丱N_Plus
+        /// </summary>
+        public string appName = SoftwareType.ON_Plus.ToString();
+    }
+
     #region APP鐗堟湰妫�娴�
     /// <summary>
     /// AppVersionCheckObj

--
Gitblit v1.8.0