duheng
2024-10-10 6dff69fdd49c0058741efeaaf285e7b1da7385d2
Vmo/Yw.Vmo.Division.Core/DivisionVmo.cs
@@ -14,6 +14,7 @@
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.CountryCode = rhs.CountryCode;
        }
        public long ID { get; set; }
@@ -24,6 +25,11 @@
        public string Name { get; set; }
        /// <summary>
        /// 国家编码
        /// </summary>
        public string CountryCode { get; set; }
        /// <summary>
        /// 父级ID列表
        /// </summary>
        public List<long> ParentIds { get; set; }