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; }