sunpengfei
2025-08-18 b183e8d5cc4b39626dc4f55c84628b571b293778
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; }