| | |
| | | using FlexJobApi.Core.Models.Common; |
| | | using Mapster; |
| | | using Mapster; |
| | | using MediatR; |
| | | using Newtonsoft.Json; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel.DataAnnotations; |
| | |
| | | /// <summary> |
| | | /// 企业全称 |
| | | /// </summary> |
| | | public string EnterpriseName { get; set; } |
| | | [JsonProperty("enterpriseName")] |
| | | public string EnterpriseEnterpriseName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 在招岗位数量 |
| | |
| | | /// </summary> |
| | | public string BenefitCode { get; set; } |
| | | /// <summary> |
| | | /// 福利 |
| | | /// 福利图标 |
| | | /// </summary> |
| | | public string BenefitField2 { get; set; } |
| | | /// <summary> |
| | | /// 福利名称 |
| | | /// </summary> |
| | | public string BenefitContent { get; set; } |
| | | } |