From 6b6a65cc86b668b57a84d6d8a7bec4c43ddcc0f5 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 02 十二月 2020 20:35:02 +0800
Subject: [PATCH] 2020-12-02-4

---
 HDL_ON/Entity/Function/Function.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs
index d5646d3..86daa59 100644
--- a/HDL_ON/Entity/Function/Function.cs
+++ b/HDL_ON/Entity/Function/Function.cs
@@ -13,6 +13,7 @@
         public Function()
         {
         }
+      
 
         #region base info
         /// <summary>
@@ -72,15 +73,16 @@
                 }
             }
         }
-        /// <summary>
-        /// 鍔熻兘绫诲瀷
-        /// </summary>
+        ///// <summary>
+        ///// 鍔熻兘绫诲瀷
+        ///// </summary>
         public FunctionType functionType
         {
             get
             {
                 var _functionTypeString = sid.Substring(16, 4);
                 return (FunctionType)Enum.ToObject(typeof(FunctionType), Convert.ToInt32(_functionTypeString, 16));
+
             }
         }
 

--
Gitblit v1.8.0