From 618f76fd41527d4fec0eefd1d492a8c52da79032 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期三, 30 十一月 2022 17:09:30 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/IStation/Service.V4.1

---
 Model/IStation.Model.Basic/property/general_property/GeneralProperty.cs |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/Model/IStation.Model.Basic/property/general_property/GeneralProperty.cs b/Model/IStation.Model.Basic/property/general_property/GeneralProperty.cs
index 167d23b..650b424 100644
--- a/Model/IStation.Model.Basic/property/general_property/GeneralProperty.cs
+++ b/Model/IStation.Model.Basic/property/general_property/GeneralProperty.cs
@@ -23,7 +23,6 @@
         public GeneralProperty(GeneralProperty rhs) 
         {
             this.ID = rhs.ID;
-            this.CorpID = rhs.CorpID;
             this.ObjectType = rhs.ObjectType;
             this.PropertyName = rhs.PropertyName;
             this.DisplayName = rhs.DisplayName;
@@ -37,7 +36,6 @@
         public void Reset(GeneralProperty rhs)
         {
             this.ID = rhs.ID;
-            this.CorpID = rhs.CorpID;
             this.ObjectType = rhs.ObjectType;
             this.PropertyName = rhs.PropertyName;
             this.DisplayName = rhs.DisplayName;
@@ -49,11 +47,6 @@
         /// 鏍囪瘑
         /// </summary>	
         public long ID { get; set; }
-
-        /// <summary>
-        /// 瀹㈡埛鏍囪瘑
-        /// </summary>	
-        public long CorpID { get; set; }
 
         /// <summary>
         /// 鍏宠仈绫诲瀷

--
Gitblit v1.9.3