sunpengfei
2025-08-19 a59e5d99a77fcb152e6fe49df78f69cb5fd6c5a0
FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs
@@ -56,6 +56,12 @@
        public string EnterpriseContactPhoneNumber { get; set; }
        /// <summary>
        /// 是否认证
        /// </summary>
        [JsonProperty("isReal")]
        public bool EnterpriseIsReal { get; set; }
        /// <summary>
        /// 在招岗位数量
        /// </summary>
        public int TaskCount { get; set; }