duheng
2024-11-11 53ca1ab0c4a3d35fea83e4dd3dcde40e93428df5
Dto/Yw.Dto.Division.Core/AddDivisionInput.cs
@@ -8,6 +8,11 @@
        public string Name { get; set; }
        /// <summary>
        /// 国家编码
        /// </summary>
        public string CountryCode { get; set; }
        /// <summary>
        /// 父级ID列表
        /// </summary>
        public List<long> ParentIds { get; set; }