From 7d64d742e52809237473e13e18faec2c23dfe3c7 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 07 八月 2025 17:13:53 +0800 Subject: [PATCH] feat:企业开发 --- FlexJobApi.Core/Models/User/Enterprises/Queries/GetEnterpriseQuery.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/FlexJobApi.Core/Models/User/Enterprises/Queries/GetEnterpriseQuery.cs b/FlexJobApi.Core/Models/User/Enterprises/Queries/GetEnterpriseQuery.cs index c0f1cc8..5ec7e7e 100644 --- a/FlexJobApi.Core/Models/User/Enterprises/Queries/GetEnterpriseQuery.cs +++ b/FlexJobApi.Core/Models/User/Enterprises/Queries/GetEnterpriseQuery.cs @@ -62,9 +62,9 @@ public SaveEnterpriseCommandAuth EnterpriseAuth { get; set; } /// <summary> - /// 鎵�鍦ㄧ渷浠絀d + /// 鎵�鍦ㄧ渷浠界紪鍙� /// </summary> - public Guid? ProvinceId { get; set; } + public string ProvinceCode { get; set; } /// <summary> /// 鎵�鍦ㄧ渷浠� @@ -72,9 +72,9 @@ public string ProvinceContent { get; set; } /// <summary> - /// 鎵�鍦ㄥ煄甯侷d + /// 鎵�鍦ㄥ煄甯傜紪鍙� /// </summary> - public Guid? CityId { get; set; } + public string CityCode { get; set; } /// <summary> /// 鎵�鍦ㄥ煄甯� @@ -82,9 +82,9 @@ public string CityContent { get; set; } /// <summary> - /// 鎵�灞炶涓欼d + /// 鎵�灞炶涓氱紪鍙� /// </summary> - public Guid? IndustryTypeId { get; set; } + public string IndustryTypeCode { get; set; } /// <summary> /// 鎵�灞炶涓� -- Gitblit v1.9.1