sunpengfei
2025-08-11 2b93d154c57c8456a730361d635a0ff88dc8dfe8
FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs
@@ -1,6 +1,6 @@
using FlexJobApi.Core.Models.Common;
using Mapster;
using Mapster;
using MediatR;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
@@ -46,7 +46,8 @@
        /// <summary>
        /// 企业全称
        /// </summary>
        public string EnterpriseName { get; set; }
        [JsonProperty("enterpriseName")]
        public string EnterpriseEnterpriseName { get; set; }
        /// <summary>
        /// 在招岗位数量
@@ -157,6 +158,16 @@
        /// 是否已收藏
        /// </summary>
        public bool IsCollected { get; set; }
        /// <summary>
        /// 任务状态
        /// </summary>
        public EnumTaskStatus Status { get; set; }
        /// <summary>
        /// 发布状态
        /// </summary>
        public EnumTaskReleaseStatus ReleaseStatus { get; set; }
    }
@@ -170,7 +181,11 @@
        /// </summary>
        public string BenefitCode { get; set; }
        /// <summary>
        /// 福利
        /// 福利图标
        /// </summary>
        public string BenefitField2 { get; set; }
        /// <summary>
        /// 福利名称
        /// </summary>
        public string BenefitContent { get; set; }
    }