ningshuxia
2022-11-30 618f76fd41527d4fec0eefd1d492a8c52da79032
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>
        /// 关联类型