sunpengfei
2025-08-18 b34043b9d0c62eff88b14a2689940bea1c39e38e
FlexJobApi.Core/Models/FlexJobServer/Tasks/Queries/GetTaskInfoQuery.cs
@@ -71,6 +71,11 @@
        public string Name { get; set; }
        /// <summary>
        /// 任务单号
        /// </summary>
        public string Code { get; set; }
        /// <summary>
        /// 结算周期
        /// </summary>
        public EnumBillingMethod BillingMethod { get; set; }
@@ -217,9 +222,13 @@
    public enum GetTaskInfoQueryResultHireButton
    {
        /// <summary>
        /// 待开始
        /// </summary>
        Wait = 1,
        /// <summary>
        /// 申请验收
        /// </summary>
        ApplyCheckReceive = 1,
        ApplyCheckReceive = 5,
        /// <summary>
        /// 进行中
        /// </summary>