From c914975bffe90f808a05dba2c53d4a750e8403c0 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期三, 06 八月 2025 18:17:08 +0800 Subject: [PATCH] feat:企业开发 --- FlexJobApi.Core/Models/User/Enterprises/Queries/GetEnterprisesQuery.cs | 33 +++++++++++++++++++++++++++++---- 1 files changed, 29 insertions(+), 4 deletions(-) diff --git a/FlexJobApi.Core/Models/User/Enterprises/Queries/GetEnterprisesQuery.cs b/FlexJobApi.Core/Models/User/Enterprises/Queries/GetEnterprisesQuery.cs index 739cb0c..cb95804 100644 --- a/FlexJobApi.Core/Models/User/Enterprises/Queries/GetEnterprisesQuery.cs +++ b/FlexJobApi.Core/Models/User/Enterprises/Queries/GetEnterprisesQuery.cs @@ -1,4 +1,5 @@ -锘縰sing MediatR; +锘縰sing Mapster; +using MediatR; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; @@ -22,11 +23,11 @@ /// <summary> /// 鏄惁宸查厤缃� /// </summary> - public bool IsConfigured { get; set; } + public bool? IsConfigured { get; set; } } /// <summary> - /// 鏌ヨ浼佷笟淇℃伅鍒嗛〉鍒楄〃鏁版嵁 + /// 鏌ヨ浼佷笟淇℃伅鍒嗛〉鍒楄〃鏁版嵁-缁撴灉-椤� /// </summary> public class GetEnterprisesQueryResultItem { @@ -51,6 +52,11 @@ public string SocietyCreditCode { get; set; } /// <summary> + /// 鏄惁瀹炲悕 + /// </summary> + public bool IsReal { get; set; } + + /// <summary> /// 鑱旂郴浜� /// </summary> public string Contacts { get; set; } @@ -58,7 +64,26 @@ /// <summary> /// 鑱旂郴鐢佃瘽 /// </summary> - public string ContactNumber { get; set; } + public string ContactPhoneNumber { get; set; } + /// <summary> + /// 鎵�鍦ㄧ渷浠� + /// </summary> + public string ProvinceContent { get; set; } + + /// <summary> + /// 鎵�鍦ㄥ煄甯� + /// </summary> + public string CityContent { get; set; } + + /// <summary> + /// 鎵�灞炶涓� + /// </summary> + public string IndustryTypeContent { get; set; } + + /// <summary> + /// 鏄惁宸查厤缃� + /// </summary> + public bool IsConfigured { get; set; } } } -- Gitblit v1.9.1