zhengyiming
2025-08-07 1f2d7d624a41a7ff9b820094a62cfdea0b657b0a
FlexJobApi.Core/Models/User/Enterprises/Queries/GetEnterpriseQuery.cs
@@ -62,16 +62,31 @@
        public SaveEnterpriseCommandAuth EnterpriseAuth { get; set; }
        /// <summary>
        /// 所在省份编号
        /// </summary>
        public string ProvinceCode { get; set; }
        /// <summary>
        /// 所在省份
        /// </summary>
        public string ProvinceContent { get; set; }
        /// <summary>
        /// 所在城市编号
        /// </summary>
        public string CityCode { get; set; }
        /// <summary>
        /// 所在城市
        /// </summary>
        public string CityContent { get; set; }
        /// <summary>
        /// 所属行业编号
        /// </summary>
        public string IndustryTypeCode { get; set; }
        /// <summary>
        /// 所属行业
        /// </summary>
        public string IndustryTypeContent { get; set; }