sunpengfei
2025-08-07 c0a4b045720e83f8e52ffc110b773aeece590b55
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; }