wupengfei
2025-11-17 fdc8e98b2b8b50ab037ed759489bc5e721298f7c
src/services/api/typings.d.ts
@@ -4897,6 +4897,10 @@
    createdTimeStart?: string;
    /** 登记时间-最晚时间 */
    createdTimeEnd?: string;
    /** 灵工签约时间-最早时间 */
    userSignContractTimeStart?: string;
    /** 灵工签约时间-最晚时间 */
    userSignContractTimeEnd?: string;
    /** 签约时间-最早时间 */
    signContractTimeStart?: string;
    /** 签约时间-最晚时间 */
@@ -7665,9 +7669,9 @@
    contactPhoneNumber?: string;
    /** 身份证号 */
    identity?: string;
    /** 协议起始时间 */
    /** 协议起始 */
    contractBegin?: string;
    /** 协议终止时间 */
    /** 协议终止 */
    contractEnd?: string;
  }
@@ -8022,6 +8026,10 @@
  type RepairEnterpriseEmployee1302Command = Record<string, any>;
  type RepairEnterpriseUser1302Command = Record<string, any>;
  type RepairEnterpriseWalletTransaction1302Command = Record<string, any>;
  type RepairTaskEstimatedServiceFee1301Command = Record<string, any>;
  interface ResendResourceCommand {