From 0ca8d5739a8074b92997c838f45a18a54c52c4b3 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 15 一月 2025 17:40:23 +0800
Subject: [PATCH] 泵曲线查询

---
 Service/Yw.Service.Division.Core/01-entity/Division.cs |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/Service/Yw.Service.Division.Core/01-entity/Division.cs b/Service/Yw.Service.Division.Core/01-entity/Division.cs
index e9767da..daef8b8 100644
--- a/Service/Yw.Service.Division.Core/01-entity/Division.cs
+++ b/Service/Yw.Service.Division.Core/01-entity/Division.cs
@@ -1,6 +1,4 @@
-锘縰sing Yw.Entity;
-
-namespace Yw.Entity
+锘縩amespace Yw.Entity
 {
     /// <summary>
     /// 琛屾斂鍖哄煙
@@ -9,6 +7,9 @@
     [SugarTable("assets_basic_division")]
     public class Division : BaseEntity, ISorter, IFlags, ITagName, ITreeSorter, System.ICloneable
     {
+        /// <summary>
+        ///
+        /// </summary>
         public Division()
         { }
 
@@ -20,15 +21,20 @@
             this.ADCode = rhs.ADCode;
             this.Flags = rhs.Flags;
             this.TagName = rhs.TagName;
-            this.UseStatus = rhs.UseStatus;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
+            this.CountryCode = rhs.CountryCode;
         }
 
         /// <summary>
         /// 鍚嶇О
         /// </summary>
         public string Name { get; set; }
+
+        /// <summary>
+        /// 鍥藉缂栫爜
+        /// </summary>
+        public string CountryCode { get; set; }
 
         /// <summary>
         /// 鐖剁骇ID鍒楄〃
@@ -54,11 +60,6 @@
         /// 鏍囩鍚嶇О
         /// </summary>
         public string TagName { get; set; }
-
-        /// <summary>
-        /// 浣跨敤鐘舵��
-        /// </summary>
-        public int UseStatus { get; set; }
 
         /// <summary>
         /// 鎺掑簭鐮�

--
Gitblit v1.9.3