wupengfei
2 天以前 34b86673ec8fd29680a7679d3d8a597351a63f60
packages/services/apiV2/typings.d.ts
@@ -25,6 +25,60 @@
    contractEnd?: string;
  }
  interface AddStandardOrderCommand {
    /** 服务Id */
    serviceId?: string;
    /** 服务名 */
    serviceName?: string;
    /** 服务单号 */
    serviceCode?: string;
    /** 规格 */
    specId?: string;
    /** 规格名称 */
    specName?: string;
    /** 规格价格 */
    specPrice?: number;
    /** 规格数量 */
    specNumber?: number;
    /** 地址Id */
    addressId?: string;
    /** 姓名 */
    name?: string;
    /** 联系电话 */
    contactPhoneNumber?: string;
    /** 省份编号 */
    provinceCode?: string;
    /** 省份 */
    provinceContent?: string;
    /** 城市编号 */
    cityCode?: string;
    /** 城市 */
    cityContent?: string;
    /** 区编号 */
    areaCode?: string;
    /** 区 */
    areaContent?: string;
    /** 详细地址 */
    addressName?: string;
    /** 门牌号 */
    addressDetail?: string;
    /** 经度 */
    longitude?: number;
    /** 纬度 */
    latitude?: number;
    /** 服务起始时间 */
    beginTime?: string;
    /** 服务截止时间 */
    endTime?: string;
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 服务人员Id */
    enterpriseEmployeeIds?: string[];
    /** 备注 */
    remark?: string;
    payAccess?: EnumUserBankCardAccess;
  }
  interface AgainSureTaskSettlementOrderRosterCommand {
    /** 名单Id */
    id?: string;
@@ -35,6 +89,11 @@
    request?: CheckHealthQuery;
  }
  interface APIgetAdvertisementParams {
    /** Id */
    id?: string;
  }
  interface APIgetAliyunOSSAcsParams {
    /** 获取阿里云OSS授权信息 */
    request?: GetAliyunOSSAcsQuery;
@@ -114,6 +173,16 @@
    maxDeep?: number;
    /** 携带下级 */
    withChildren?: boolean;
    /** 字段1 */
    field1?: string;
    /** 字段2 */
    field2?: string;
    /** 字段3 */
    field3?: string;
    /** 字段4 */
    field4?: string;
    /** 字段5 */
    field5?: string;
  }
  interface APIgetEnabledElectronSignSettingsParams {
@@ -123,6 +192,11 @@
    all?: boolean;
  }
  interface APIgetEnterpriseAddressParams {
    /** Id */
    id?: string;
  }
  interface APIgetEnterpriseContractTemplateSelectParams {
    /** 企业Id */
    enterpriseId?: string;
@@ -140,6 +214,16 @@
    taskInfoId?: string;
  }
  interface APIgetEnterpriseInsuranceProductSelectParams {
    /** 供应商Id */
    supplierEnterpriseId?: string;
  }
  interface APIgetEnterpriseInsuranceSettingParams {
    /** Id */
    id?: string;
  }
  interface APIgetEnterpriseLoginInfoParams {
    /** 查询企业用户登录信息 */
    request?: GetEnterpriseLoginInfoQuery;
@@ -230,6 +314,11 @@
    roleId?: string;
  }
  interface APIgetOpenStandardServiceParams {
    /** Id */
    id?: string;
  }
  interface APIgetPartyAEnterpriseParams {
    /** 合作Id */
    id?: string;
@@ -302,6 +391,21 @@
    operatorToken?: string;
  }
  interface APIgetShowAdvertisementsParams {
    /** 页面 */
    page?: EnumAdvertisementPage;
  }
  interface APIgetStandardOrderParams {
    /** 订单Id */
    id?: string;
  }
  interface APIgetStandardServiceParams {
    /** Id */
    id?: string;
  }
  interface APIgetSupplierEnterpriseSelectParams {
    /** 查询供应商选择器数据 */
    request?: GetSupplierEnterpriseSelectQuery;
@@ -317,6 +421,8 @@
  interface APIgetTaskInfoParams {
    /** Id */
    id?: string;
    /** 场景 */
    readScene?: EnumReadScene;
  }
  interface APIgetTaskSelectParams {
@@ -544,6 +650,8 @@
  }
  interface CalcTaskTotalServiceFeeCommand {
    /** 供应商Id */
    supplierEnterpriseId?: string;
    billingMethod?: EnumBillingMethod;
    /** 服务费 */
    serviceFee?: number;
@@ -551,17 +659,37 @@
    verifyWorkHours?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    /** 保险产品Id */
    insuranceProductId?: string;
    /** 需求人数 */
    needPeopleNumber?: number;
    /** 任务开始时间 */
    beginTime?: string;
    /** 任务结束时间 */
    endTime?: string;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
  }
  interface CalcTaskTotalServiceFeeCommandResult {
    /** 服务费 */
    totalServiceFee?: number;
    /** 保费单价 */
    insuranceUnitPrice?: number;
    /** 预计保费 */
    insuranceTotalPrice?: number;
    insuranceSupplierAccess?: EnumInsuranceSupplierAccess;
    /** 投保供应商账号 */
    insuranceSupplierAccount?: string;
    /** 保险供应商Id */
    insuranceSupplierId?: string;
  }
  interface CancelStandardOrderAppointmentCommand {
    /** 订单Id */
    id?: string;
    /** 取消原因 */
    appointmentCancelReason?: string;
  }
  interface ChangePhoneNumberCommand {
@@ -595,6 +723,15 @@
    operatorToken?: string;
  }
  interface CheckPayStandardOrderCommand {
    /** 订单Id */
    id?: string;
  }
  interface CheckPayStandardOrderCommandResult {
    payStatus?: EnumStandardOrderPayStatus;
  }
  interface CheckReceiveTaskCommand {
    /** 提交Id */
    id?: string;
@@ -618,6 +755,8 @@
    checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
  }
  type ChooseWxmpPhoneNumberCommand = Record<string, any>;
  type ClearTaskCollectCommand = Record<string, any>;
  interface CloseEnterpriseWalletCommand {
@@ -626,6 +765,13 @@
    access?: EnumEnterpriseWalletAccess;
  }
  interface CollectionStandardServiceCommand {
    /** Id */
    ids?: string[];
    /** 是否收藏 */
    isCollect?: boolean;
  }
  interface CollectTaskCommand {
    /** 任务Id */
    ids?: string[];
@@ -649,6 +795,10 @@
    ids: string[];
  }
  interface DeleteEnterpriseAddressCommand {
    ids: string[];
  }
  interface DeleteMenuCommand {
    ids: string[];
  }
@@ -669,6 +819,12 @@
    ids: string[];
  }
  interface DisabledEnterpriseCommand {
    ids?: string[];
    /** 是否已禁用 */
    isDisabled?: boolean;
  }
  interface EditEnterpriseEmployeeCommand {
    /** Id */
    id?: string;
@@ -786,6 +942,18 @@
    enterpriseId?: string;
  }
  enum EnumAdvertisementPage {
    /**甲方小程序首页 */
    PartAWxmpHome = 10,
  }
  enum EnumAdvertisementStatus {
    /**展示中 */
    InProcess = 20,
    /**已下架 */
    Stopped = 100,
  }
  enum EnumBillingMethod {
    /**按月 */
    Month = 10,
@@ -875,6 +1043,13 @@
    Face = 20,
  }
  enum EnumEnterpriseCooperationServiceFeeCollectType {
    /**按比例 */
    Rate = 10,
    /**单人单次 */
    SingleTime = 20,
  }
  enum EnumEnterpriseCooperationSignStatus {
    /**未签约 */
    None = 10,
@@ -924,6 +1099,8 @@
    Identity3 = 10,
    /**企业四要素 */
    Identity4 = 20,
    /**客户自认证 */
    Customer = 30,
  }
  enum EnumEnterpriseType {
@@ -931,6 +1108,8 @@
    Supplier = 0,
    /**甲方企业 */
    PartyA = 1,
    /**平台 */
    Platform = 999,
  }
  enum EnumEnterpriseWalletAccess {
@@ -1033,6 +1212,11 @@
    Pass = 30,
  }
  enum EnumInsuranceSupplierAccess {
    /**人资园 */
    WaterDropCloud = 10,
  }
  enum EnumLogLevel {
    /**跟踪 */
    Trace = 10,
@@ -1133,66 +1317,95 @@
    Real = 100,
  }
  enum EnumReadScene {
    /**C端人员 */
    TaskUserApplyForPersonal = 0,
    /**C端人员 */
    TaskUserHirePassForPersonal = 1,
    /**C端人员 */
    TaskUserArrangePassForPersonal = 2,
  }
  enum EnumRealAccess {
    /**上上签 */
    BestSign = 10,
    /**支付宝信任签 */
    AlipaySign = 20,
    /**客户自认证 */
    Customer = 30,
  }
  enum EnumResourceController {
    /**数据字典 */
    FlexJobServerDictionary = 0,
    /**标准订单服务 */
    FlexJobServerStandardService = 1,
    /**标准订单 */
    FlexJobServerStandardOrder = 2,
    /**任务 */
    FlexJobServerTask = 1,
    FlexJobServerTask = 3,
    /**任务人员 */
    FlexJobServerTaskUser = 2,
    FlexJobServerTaskUser = 4,
    /**任务验收 */
    FlexJobServerTaskCheckReceive = 3,
    FlexJobServerTaskCheckReceive = 5,
    /**投保产品 */
    FlexJobServerInsuranceProduct = 6,
    /**企业投保产品 */
    FlexJobServerEnterpriseInsuranceProduct = 7,
    /**广告 */
    CommonServerAdvertisement = 8,
    /**编号地址 */
    CommonServerCodeUrls = 4,
    CommonServerCodeUrls = 9,
    /**文件 */
    CommonServerFileUtils = 5,
    CommonServerFileUtils = 10,
    /**事件 */
    CommonServerEventUtils = 6,
    CommonServerEventUtils = 11,
    /**文字识别 */
    CommonServerOcrUtils = 7,
    CommonServerOcrUtils = 12,
    /**日志记录 */
    CommonServerLogRecords = 8,
    CommonServerLogRecords = 13,
    /**同步数据库 */
    CommonServerSyncDatabase = 9,
    CommonServerSyncDatabase = 14,
    /**短信工具 */
    CommonServerSmsUtils = 10,
    CommonServerSmsUtils = 15,
    /**配置 */
    CommonServerSettings = 11,
    CommonServerSettings = 16,
    /**已读 */
    CommonServerReadRecord = 17,
    /**微信小程序 */
    CommonServerWxmp = 18,
    /**用户认证 */
    UserServerAuth = 12,
    UserServerAuth = 19,
    /**用户菜单 */
    UserServerMenu = 13,
    UserServerMenu = 20,
    /**用户资源 */
    UserServerResource = 14,
    UserServerResource = 21,
    /**用户角色 */
    UserServerRole = 15,
    UserServerRole = 22,
    /**用户信息 */
    UserServerUser = 16,
    UserServerUser = 23,
    /**用户钱包 */
    UserServerUserWallet = 17,
    UserServerUserWallet = 24,
    /**电子签 */
    UserServerElectronSign = 18,
    UserServerElectronSign = 25,
    /**用户简历 */
    UserServerUserResume = 19,
    UserServerUserResume = 26,
    /**企业信息 */
    UserServerEnterprise = 20,
    UserServerEnterprise = 27,
    /**企业钱包 */
    UserServerEnterpriseWallet = 21,
    UserServerEnterpriseWallet = 28,
    /**企业合作钱包 */
    UserServerEnterpriseCooperationWallet = 22,
    UserServerEnterpriseCooperationWallet = 29,
    /**灵工信息 */
    UserServerEnterpriseEmployee = 23,
    UserServerEnterpriseEmployee = 30,
    /**电子签 */
    ElectronSignServerElectronSign = 24,
    /**电子签 */
    ToolServerSms = 25,
    ElectronSignServerElectronSign = 31,
    /**短信 */
    ToolServerSms = 32,
    /**小程序 */
    ToolServerWxmp = 33,
    /**保险 */
    WaterDropCloudServerInsurance = 34,
  }
  enum EnumResourceMethod {
@@ -1252,6 +1465,47 @@
    Fail = 30,
  }
  enum EnumStandardOrderAppointmentStatus {
    /**待确认 */
    WaitSure = 10,
    /**待服务 */
    WaitServe = 20,
    /**已完成 */
    Completed = 30,
    /**已取消 */
    Cancelled = 40,
  }
  enum EnumStandardOrderPayStatus {
    /**待支付 */
    Wait = 10,
    /**已支付 */
    Completed = 20,
    /**已取消 */
    Cancelled = 30,
  }
  enum EnumStandardOrderSettlementStatus {
    /**待结算 */
    Wait = 10,
    /**已完成 */
    Completed = 20,
  }
  enum EnumStandardServiceRecommendStatus {
    /**未推荐 */
    No = 10,
    /**已推荐 */
    Yes = 20,
  }
  enum EnumStandardServiceReleaseStatus {
    /**发布中 */
    InProcess = 20,
    /**已停止 */
    Stopped = 100,
  }
  enum EnumTaskApplyStatus {
    /**待开始 */
    Wait = 10,
@@ -1355,6 +1609,8 @@
    Pass = 20,
    /**已谢绝 */
    Refuse = 30,
    /**已取消 */
    Cancel = 40,
  }
  enum EnumTaskUserSignContractStatus {
@@ -1430,6 +1686,10 @@
  }
  enum EnumUserWalletTransactionType {
    /**支付 */
    Payment = 1,
    /**退款 */
    Refund = 2,
    /**收入 */
    Income = 10,
    /**提现 */
@@ -1592,6 +1852,35 @@
    VERIFYING = 2,
  }
  enum EnumWxmpSubscribMessageTemplate {
    /**工易赚 */
    HireCompletedToPersonal = 0,
    /**工易赚 */
    ElectronSignStatusChangedForPersonal = 1,
    /**工易赚 */
    ArrangeCompletedToPersonal = 2,
    /**工易赚 */
    TaskCheckReceiveResultToPersonal = 3,
    /**工易赚 */
    SettlementReceiveToPersonal = 4,
    /**灵工达 */
    TaskCheckReceiveResultToEnterprise = 5,
    /**灵工达 */
    SettlementWaitAuditToEnterprise = 6,
    /**灵工达 */
    SettlementReceiveToEnterprise = 7,
    /**灵工达 */
    RechargeStatusChangedToEnterprise = 8,
    /**淘闪工 */
    SettlementWaitSureToSupplier = 9,
    /**淘闪工 */
    SettlementReceiveToSupplier = 10,
    /**淘闪工 */
    RechargeStatusChangedToSupplier = 11,
    /**淘闪工 */
    CheckInToSupplier = 12,
  }
  interface ExportEnterpriseBalanceDetailsCommand {
    /** 企业钱包Id */
    enterpriseWalletId?: string;
@@ -1731,6 +2020,24 @@
    timestamp?: number;
  }
  interface FriendlyResultCheckPayStandardOrderCommandResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: CheckPayStandardOrderCommandResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultEnterpriseUserElectronSignCommandResult {
    /** 跟踪Id */
    traceId?: string;
@@ -1768,6 +2075,42 @@
    timestamp?: number;
  }
  interface FriendlyResultGetAdvertisementQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetAdvertisementQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetAdvertisementsQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetAdvertisementsQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetAliyunOSSAcsQueryResult {
    /** 跟踪Id */
    traceId?: string;
@@ -2074,6 +2417,42 @@
    timestamp?: number;
  }
  interface FriendlyResultGetEnterpriseAddressesQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetEnterpriseAddressesQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetEnterpriseAddressQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetEnterpriseAddressQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetEnterpriseContractTemplateLogsQueryResult {
    /** 跟踪Id */
    traceId?: string;
@@ -2164,6 +2543,42 @@
    timestamp?: number;
  }
  interface FriendlyResultGetEnterpriseInsuranceProductsQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetEnterpriseInsuranceProductsQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetEnterpriseInsuranceSettingQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetEnterpriseInsuranceSettingQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetEnterpriseLoginInfoQueryResult {
    /** 跟踪Id */
    traceId?: string;
@@ -2434,6 +2849,24 @@
    timestamp?: number;
  }
  interface FriendlyResultGetInsuranceProductsQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetInsuranceProductsQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetLicenseOcrCommandResult {
    /** 跟踪Id */
    traceId?: string;
@@ -2866,6 +3299,186 @@
    timestamp?: number;
  }
  interface FriendlyResultGetStandardOrderAppointmentsQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetStandardOrderAppointmentsQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetStandardOrderPaysQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetStandardOrderPaysQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetStandardOrderQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetStandardOrderQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetStandardOrderSettlementsQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetStandardOrderSettlementsQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetStandardOrdersQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetStandardOrdersQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetStandardServiceCommentsQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetStandardServiceCommentsQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetStandardServiceQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetStandardServiceQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetStandardServiceServersQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetStandardServiceServersQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetStandardServicesQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetStandardServicesQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetStandardServiceSupplierEnterprisesQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetStandardServiceSupplierEnterprisesQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetTaskEnterpriseQueryResult {
    /** 跟踪Id */
    traceId?: string;
@@ -2920,6 +3533,24 @@
    timestamp?: number;
  }
  interface FriendlyResultGetTaskSettlementReleaseReportsQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetTaskSettlementReleaseReportsQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetTaskUserHireStatusQueryResult {
    /** 跟踪Id */
    traceId?: string;
@@ -3173,6 +3804,24 @@
    timestamp?: number;
  }
  interface FriendlyResultHistoryQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: HistoryQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultImportEnterpriseEmployeesCommandResult {
    /** 跟踪Id */
    traceId?: string;
@@ -3399,6 +4048,25 @@
    timestamp?: number;
  }
  interface FriendlyResultListGetShowAdvertisementsQueryResultItem {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    /** 数据 */
    data?: GetShowAdvertisementsQueryResultItem[];
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultListGetUserInfoRolesQueryResultItem {
    /** 跟踪Id */
    traceId?: string;
@@ -3532,6 +4200,25 @@
    timestamp?: number;
  }
  interface FriendlyResultListSelectOptionNullableGuidGetEnterpriseInsuranceProductSelectQueryOption {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    /** 数据 */
    data?: SelectOptionNullableGuidGetEnterpriseInsuranceProductSelectQueryOption[];
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultListSelectOptionStringGetDictionaryDataSelectQueryResultOption {
    /** 跟踪Id */
    traceId?: string;
@@ -3732,6 +4419,24 @@
    timestamp?: number;
  }
  interface FriendlyResultPayStandardOrderCommandResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: PayStandardOrderCommandResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultPersonalUserElectronSignCommandResult {
    /** 跟踪Id */
    traceId?: string;
@@ -3859,6 +4564,68 @@
    timestamp?: number;
  }
  interface GetAdvertisementLogsQuery {
    /** Id */
    id?: string;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetAdvertisementQueryResult {
    /** Id */
    id?: string;
    page?: EnumAdvertisementPage;
    /** 广告名称 */
    name?: string;
    /** 开始时间 */
    beginTime?: string;
    /** 结束时间 */
    endTime?: string;
    /** 广告图片 */
    file?: string;
    /** 广告链接 */
    url?: string;
    status?: EnumAdvertisementStatus;
    /** 排序 */
    sort?: number;
  }
  interface GetAdvertisementsQuery {
    /** 关键字(广告名称) */
    keywords?: string;
    /** 广告开始时间 */
    beginTime?: string;
    /** 广告结束时间 */
    endTime?: string;
    page?: EnumAdvertisementPage;
    status?: EnumAdvertisementStatus;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetAdvertisementsQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetAdvertisementsQueryResultItem[];
  }
  interface GetAdvertisementsQueryResultItem {
    /** Id */
    id?: string;
    page?: EnumAdvertisementPage;
    /** 广告名称 */
    name?: string;
    /** 开始时间 */
    beginTime?: string;
    /** 结束时间 */
    endTime?: string;
    /** 广告图片 */
    file?: string;
    /** 广告链接 */
    url?: string;
    status?: EnumAdvertisementStatus;
    /** 排序 */
    sort?: number;
  }
  type GetAlipayNotifyCommand = Record<string, any>;
  type GetAliyunOSSAcsQuery = Record<string, any>;
@@ -3901,6 +4668,7 @@
  }
  interface GetArrangeTaskUsersQueryResult {
    objectData?: GetArrangeTaskUsersQueryResultObjectData;
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetArrangeTaskUsersQueryResultItem[];
@@ -3909,6 +4677,8 @@
  interface GetArrangeTaskUsersQueryResultItem {
    /** 灵工Id */
    id?: string;
    /** 任务人员Id */
    taskInfoUserId?: string;
    /** 头像 */
    avatar?: string;
    /** 姓名 */
@@ -3940,6 +4710,11 @@
    arrangeStatus?: EnumTaskUserArrangeStatus;
  }
  interface GetArrangeTaskUsersQueryResultObjectData {
    /** 是否内部任务 */
    isInternal?: boolean;
  }
  interface GetBankOcrCommand {
    access?: EnumOcrAccess;
    /** 场景 */
@@ -4053,7 +4828,7 @@
  interface GetCheckReceiveTaskQueryResultObjectData {
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 是否内部订单 */
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 需求人数 */
    needPeopleNumber?: number;
@@ -4113,6 +4888,8 @@
    id?: string;
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 需求人数 */
    needPeopleNumber?: number;
    /** 任务名称 */
@@ -4151,6 +4928,8 @@
    /** 最近验收时间 */
    lastCheckReceiveTime?: string;
    checkedStatus?: EnumGetCheckReceiveTasksQueryResultItemCheckStatus;
    /** 人员数量 */
    arrangeUserCount?: number;
  }
  interface GetCheckReceiveTaskUserSubmitCheckHistoriesQuery {
@@ -4200,6 +4979,8 @@
    id?: string;
    /** 任务人员Id */
    taskInfoUserId?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser;
    /** 验收时间 */
    date?: string;
@@ -4326,6 +5107,12 @@
    addressName?: string;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 联系人 */
    contacts?: string;
    /** 联系电话 */
    contactPhoneNumber?: string;
  }
  interface GetCodeUrlQueryResult {
@@ -4755,6 +5542,60 @@
    mergeSignCost?: number;
  }
  interface GetEnterpriseAddressesQuery {
    pageModel?: PagedListQueryPageModel;
  }
  interface GetEnterpriseAddressesQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetEnterpriseAddressesQueryResultItem[];
  }
  interface GetEnterpriseAddressesQueryResultItem {
    /** Id */
    id?: string;
    /** 姓名 */
    name?: string;
    /** 联系电话 */
    contactPhoneNumber?: string;
    /** 省市区+详细地址+门牌号 */
    addressDetail?: string;
    /** 是否默认 */
    isDefault?: boolean;
  }
  interface GetEnterpriseAddressQueryResult {
    /** Id */
    id?: string;
    /** 姓名 */
    name?: string;
    /** 联系电话 */
    contactPhoneNumber?: string;
    /** 省份编号 */
    provinceCode?: string;
    /** 省份 */
    provinceContent?: string;
    /** 城市编号 */
    cityCode?: string;
    /** 城市 */
    cityContent?: string;
    /** 区编号 */
    areaCode?: string;
    /** 区 */
    areaContent?: string;
    /** 详细地址 */
    addressName?: string;
    /** 门牌号 */
    addressDetail?: string;
    /** 经度 */
    longitude?: number;
    /** 纬度 */
    latitude?: number;
    /** 是否默认 */
    isDefault?: boolean;
  }
  interface GetEnterpriseContractTemplateLogsQuery {
    /** 模板Id */
    id?: string;
@@ -4871,6 +5712,10 @@
    enterpriseSignContractTime?: string;
    /** 电子合同 */
    contractUrl?: string;
    /** 协议起始时间 */
    contractBegin?: string;
    /** 协议终止时间 */
    contractEnd?: string;
    userSignContractStatus?: EnumTaskUserSignContractStatus;
  }
@@ -4881,6 +5726,10 @@
    createdTimeStart?: string;
    /** 登记时间-最晚时间 */
    createdTimeEnd?: string;
    /** 灵工签约时间-最早时间 */
    userSignContractTimeStart?: string;
    /** 灵工签约时间-最晚时间 */
    userSignContractTimeEnd?: string;
    /** 签约时间-最早时间 */
    signContractTimeStart?: string;
    /** 签约时间-最晚时间 */
@@ -4962,18 +5811,99 @@
    createdTime?: string;
  }
  interface GetEnterpriseInsuranceProductSelectQueryOption {
    /** Id */
    id?: string;
    /** 产品名称 */
    name?: string;
  }
  interface GetEnterpriseInsuranceProductsQuery {
    /** 企业合作Id */
    enterpriseCooperationId: string;
    /** 关键字 */
    keywords?: string;
    /** 保险公司编号 */
    supplierCode?: string;
    /** 保险险种编号 */
    typeCode?: string;
    /** 保额编号 */
    sumInsuredCode?: string;
    /** 投保方式编号 */
    periodCode?: string;
    /** 是否禁用 */
    isDisabled?: boolean;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetEnterpriseInsuranceProductsQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetEnterpriseInsuranceProductsQueryResultItem[];
  }
  interface GetEnterpriseInsuranceProductsQueryResultItem {
    /** Id */
    id?: string;
    /** 保险公司编号 */
    supplierCode?: string;
    /** 保险公司 */
    supplierContent?: string;
    /** 产品名称 */
    name?: string;
    /** 保险险种编号 */
    typeCode?: string;
    /** 保险险种 */
    typeContent?: string;
    /** 保额编号 */
    sumInsuredCode?: string;
    /** 保额 */
    sumInsuredContent?: string;
    /** 投保方式编号 */
    periodCode?: string;
    /** 投保方式 */
    periodContent?: string;
    /** 职业类别编号 */
    jobCategoryCode?: string;
    /** 职业类别 */
    jobCategoryContent?: string;
    /** 投保版本编号 */
    versionCode?: string;
    /** 投保版本 */
    versionContent?: string;
    /** 是否禁用 */
    isDisabled?: boolean;
  }
  interface GetEnterpriseInsuranceSettingQueryResult {
    /** Id */
    id?: string;
    insuranceSupplierAccess?: EnumInsuranceSupplierAccess;
    /** 投保供应商账号 */
    insuranceSupplierAccount?: string;
  }
  type GetEnterpriseLoginInfoQuery = Record<string, any>;
  interface GetEnterpriseLoginInfoQueryResult {
    /** Id */
    id?: string;
    type?: EnumUserType;
    /** 头像 */
    avatar?: string;
    /** 姓名 */
    name?: string;
    /** 手机号 */
    contactPhoneNumber?: string;
    gender?: EnumUserGender;
    /** 营业执照照片 */
    licenseImage?: string;
    /** 企业Id */
    enterpriseId?: string;
    /** 企业全称 */
    enterpriseName?: string;
    /** 统一社会信用代码 */
    societyCreditCode?: string;
    /** 企业是否实名 */
    enterpriseIsReal?: boolean;
    /** 角色 */
@@ -4984,11 +5914,14 @@
    collectedUserCount?: number;
    /** 联系记录 */
    contactedRecordCount?: number;
    /** 绑定微信快捷登录 */
    bindWxmpId?: boolean;
  }
  interface GetEnterpriseQueryResult {
    /** Id */
    id?: string;
    type?: EnumEnterpriseType;
    /** 企业全称 */
    enterpriseName?: string;
    /** 统一社会信用代码 */
@@ -5021,6 +5954,15 @@
    userName?: string;
    /** 在招岗位数量 */
    taskCount?: number;
    cooperationStatus?: EnumEnterpriseCooperationStatus;
    signStatus?: EnumEnterpriseCooperationSignStatus;
    /** 合作协议 */
    cooperationAgreementUrl?: string;
    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
    /** 服务费 */
    serviceFeeRate?: number;
    /** 发票税点 */
    invoiceTaxPointRate?: number;
  }
  type GetEnterpriseReceiveAccountQuery = Record<string, any>;
@@ -5049,6 +5991,11 @@
    keywords?: string;
    /** 是否已配置 */
    isConfigured?: boolean;
    type?: EnumEnterpriseType;
    /** 创建时间-起始 */
    createdTimeBegin?: string;
    /** 创建时间-截止 */
    createdTimeEnd?: string;
    pageModel?: PagedListQueryPageModel;
  }
@@ -5064,10 +6011,18 @@
    societyCreditCode?: string;
    /** 是否实名 */
    isReal?: boolean;
    /** 是否禁用 */
    isDisabled?: boolean;
    /** 联系人 */
    contacts?: string;
    /** 联系电话 */
    contactPhoneNumber?: string;
    /** 用户Id */
    userId?: string;
    /** 用户名 */
    userName?: string;
    /** 手机号 */
    userPhoneNumber?: string;
    /** 所在省份 */
    provinceContent?: string;
    /** 所在城市 */
@@ -5076,6 +6031,13 @@
    industryTypeContent?: string;
    /** 是否已配置 */
    isConfigured?: boolean;
    /** 关联服务 */
    standardServiceCount?: number;
    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
    /** 服务费 */
    serviceFeeRate?: number;
    /** 创建时间 */
    createdTime?: string;
  }
  interface GetEnterpriseWalletAccessSelectQueryOption {
@@ -5480,6 +6442,61 @@
    model?: BaiduOcrIdentityFrontResultModel;
  }
  interface GetInsuranceProductsQuery {
    /** 关键字 */
    keywords?: string;
    /** 保险公司编号 */
    supplierCode?: string;
    /** 保险险种编号 */
    typeCode?: string;
    /** 保额编号 */
    sumInsuredCode?: string;
    /** 投保方式编号 */
    periodCode?: string;
    /** 是否禁用 */
    isDisabled?: boolean;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetInsuranceProductsQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetInsuranceProductsQueryResultItem[];
  }
  interface GetInsuranceProductsQueryResultItem {
    /** Id */
    id?: string;
    /** 保险公司编号 */
    supplierCode?: string;
    /** 保险公司 */
    supplierContent?: string;
    /** 产品名称 */
    name?: string;
    /** 保险险种编号 */
    typeCode?: string;
    /** 保险险种 */
    typeContent?: string;
    /** 保额编号 */
    sumInsuredCode?: string;
    /** 保额 */
    sumInsuredContent?: string;
    /** 投保方式编号 */
    periodCode?: string;
    /** 投保方式 */
    periodContent?: string;
    /** 职业类别编号 */
    jobCategoryCode?: string;
    /** 职业类别 */
    jobCategoryContent?: string;
    /** 投保版本编号 */
    versionCode?: string;
    /** 投保版本 */
    versionContent?: string;
    /** 是否禁用 */
    isDisabled?: boolean;
  }
  interface GetLicenseOcrCommand {
    access?: EnumOcrAccess;
    /** 场景 */
@@ -5627,6 +6644,22 @@
    remark?: string;
  }
  interface GetOpenStandardServicesQuery {
    /** 关键字(服务名/Id) */
    keywords?: string;
    /** 岗位编号 */
    jobCode?: string;
    /** 创建时间-起始 */
    createdTimeBegin?: string;
    /** 创建时间-截止 */
    createdTimeEnd?: string;
    releaseStatus?: EnumStandardServiceReleaseStatus;
    recommendStatus?: EnumStandardServiceRecommendStatus;
    /** 是否收藏 */
    isCollected?: boolean;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetOpenTaskInfosQuery {
    /** 关键字(任务名称) */
    keywords?: string;
@@ -5741,6 +6774,11 @@
    signStatus?: EnumEnterpriseCooperationSignStatus;
    /** 合作协议 */
    cooperationAgreementUrl?: string;
    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
    /** 服务费 */
    serviceFeeRate?: number;
    /** 发票税点 */
    invoiceTaxPointRate?: number;
    /** 用户Id */
    userId?: string;
    /** 账号 */
@@ -5776,6 +6814,13 @@
    cityContent?: string;
    cooperationStatus?: EnumEnterpriseCooperationStatus;
    signStatus?: EnumEnterpriseCooperationSignStatus;
    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
    /** 服务费 */
    serviceFeeRate?: number;
    /** 发票税点 */
    invoiceTaxPointRate?: number;
    /** 是否已配置 */
    isConfigured?: boolean;
  }
  interface GetPersonalApplyTaskInfosQuery {
@@ -5827,6 +6872,8 @@
    /** 任务地点名称 */
    addressName?: string;
    status?: GetPersonalApplyTaskInfosQueryStatus;
    /** 未读 */
    unRead?: boolean;
  }
  enum GetPersonalApplyTaskInfosQueryStatus {
@@ -5938,6 +6985,8 @@
    /** 任务地点名称 */
    addressName?: string;
    status?: GetPersonalHireTaskInfosQueryStatus;
    /** 未读 */
    unRead?: boolean;
  }
  enum GetPersonalHireTaskInfosQueryStatus {
@@ -6078,8 +7127,15 @@
    enterpriseSignContractStatus?: EnumTaskUserSignContractStatus;
    /** 企业签约时间 */
    enterpriseSignContractTime?: string;
    source?: EnumEnterpriseEmployeeSource;
    /** 来源名称 */
    sourceName?: string;
    /** 电子合同 */
    contractUrl?: string;
    /** 协议起始时间 */
    contractBegin?: string;
    /** 协议终止时间 */
    contractEnd?: string;
  }
  interface GetPersonalUserInfosQuery {
@@ -6181,6 +7237,10 @@
    type?: EnumUserWalletTransactionType;
    /** 订单号 */
    code?: string;
    /** 任务名称 */
    taskName?: string;
    /** 任务单号 */
    taskCode?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 结算日期 */
@@ -6516,6 +7576,8 @@
    isDisabled?: boolean;
    /** 用户数量 */
    userCount?: number;
    /** 是否公开 */
    isPublic?: boolean;
  }
  interface GetRoleUserInfosQueryResultItem {
@@ -6588,6 +7650,8 @@
  interface GetSettlementTasksQueryResultItem {
    /** 任务Id */
    id?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 所属任务 */
    name?: string;
    /** 任务单号 */
@@ -6619,6 +7683,8 @@
    auditStatus?: EnumTaskSettlementAuditStatus;
    /** 操作人 */
    operator?: string;
    /** 发单企业名称 */
    enterpriseName?: string;
  }
  interface GetSettlementTasksQueryResultObjectData {
@@ -6658,6 +7724,8 @@
    checkReceiveEndDate?: string;
    /** 任务名称 */
    name?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 任务单号 */
    code?: string;
    billingMethod?: EnumBillingMethod;
@@ -6746,6 +7814,17 @@
    ereceiptDownloadOssUrl?: string;
  }
  interface GetShowAdvertisementsQueryResultItem {
    /** Id */
    id?: string;
    /** 广告名称 */
    name?: string;
    /** 广告图片 */
    file?: string;
    /** 广告链接 */
    url?: string;
  }
  interface GetSmsLogsQuery {
    /** 创建时间-起始 */
    createdTimeBegin?: string;
@@ -6831,12 +7910,466 @@
    signName?: string;
  }
  interface GetStandardOrderAppointmentsQuery {
    appointmentStatus?: EnumStandardOrderAppointmentStatus;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetStandardOrderAppointmentsQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetStandardOrderAppointmentsQueryResultItem[];
  }
  interface GetStandardOrderAppointmentsQueryResultItem {
    /** 订单Id */
    id?: string;
    /** 服务名称 */
    serviceName?: string;
    /** 实付金额 */
    payAmount?: number;
    /** 服务起始时间 */
    beginTime?: string;
    /** 服务截止时间 */
    endTime?: string;
    /** 服务地址(省市区+详细地址+门牌号) */
    addressDetail?: string;
    /** 服务机构 */
    supplierEnterpriseName?: string;
    /** 服务人员 */
    serverNames?: string[];
    appointmentStatus?: EnumStandardOrderAppointmentStatus;
  }
  interface GetStandardOrderPaysQuery {
    payStatus?: EnumStandardOrderPayStatus;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetStandardOrderPaysQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetStandardOrderPaysQueryResultItem[];
  }
  interface GetStandardOrderPaysQueryResultItem {
    /** 订单Id */
    id?: string;
    /** 服务名称 */
    serviceName?: string;
    /** 实付金额 */
    payAmount?: number;
    /** 服务起始时间 */
    beginTime?: string;
    /** 服务截止时间 */
    endTime?: string;
    /** 服务地址(省市区+详细地址+门牌号) */
    addressDetail?: string;
    /** 服务机构 */
    supplierEnterpriseName?: string;
    /** 服务人员 */
    serverNames?: string[];
    payStatus?: EnumStandardOrderPayStatus;
  }
  interface GetStandardOrderQueryResult {
    /** 订单Id */
    id?: string;
    /** 服务Id */
    serviceId?: string;
    /** 服务名 */
    serviceName?: string;
    /** 甲方企业Id */
    partyAEnterpriseId?: string;
    /** 甲方企业 */
    partyAEnterpriseName?: string;
    /** 规格Id */
    specId?: string;
    /** 规格名称 */
    specName?: string;
    /** 规格价格 */
    specPrice?: number;
    /** 规格数量 */
    specNumber?: number;
    /** 地址Id */
    addressId?: string;
    /** 姓名 */
    name?: string;
    /** 联系电话 */
    contactPhoneNumber?: string;
    /** 省份编号 */
    provinceCode?: string;
    /** 省份 */
    provinceContent?: string;
    /** 城市编号 */
    cityCode?: string;
    /** 城市 */
    cityContent?: string;
    /** 区编号 */
    areaCode?: string;
    /** 区 */
    areaContent?: string;
    /** 详细地址 */
    addressName?: string;
    /** 门牌号 */
    addressDetail?: string;
    /** 经度 */
    longitude?: number;
    /** 纬度 */
    latitude?: number;
    /** 服务起始时间 */
    beginTime?: string;
    /** 服务截止时间 */
    endTime?: string;
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 供应商 */
    supplierEnterpriseName?: string;
    /** 服务人员Id */
    serverId?: string;
    /** 服务人员姓名 */
    serverName?: string;
    /** 服务人员联系电话 */
    serverContactPhoneNumber?: string;
    /** 备注 */
    remark?: string;
    payAccess?: EnumUserBankCardAccess;
    appointmentStatus?: EnumStandardOrderAppointmentStatus;
    /** 预约完成/取消时间 */
    appointmentCompletedTime?: string;
    /** 取消原因 */
    appointmentCancelReason?: string;
    payStatus?: EnumStandardOrderPayStatus;
    /** 实付金额 */
    payAmount?: number;
    /** 支付时间 */
    payTime?: string;
    settlementStatus?: EnumStandardOrderSettlementStatus;
    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
    /** 服务费 */
    serviceFee?: number;
    /** 实收金额 */
    receiveAmount?: number;
    /** 结算金额 */
    settlementAmount?: number;
  }
  interface GetStandardOrderSettlementsQuery {
    /** 关键字(订单号/服务名/供应商) */
    keywords?: string;
    settlementStatus?: EnumStandardOrderSettlementStatus;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetStandardOrderSettlementsQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetStandardOrderSettlementsQueryResultItem[];
  }
  interface GetStandardOrderSettlementsQueryResultItem {
    /** 订单Id */
    id?: string;
    /** 订单号 */
    code?: string;
    /** 服务名称 */
    serviceName?: string;
    /** 服务单号 */
    serviceCode?: string;
    /** 甲方企业Id */
    partyAEnterpriseId?: string;
    /** 甲方企业 */
    partyAEnterpriseName?: string;
    /** 服务地址(省市区+详细地址+门牌号) */
    addressDetail?: string;
    /** 服务机构 */
    supplierEnterpriseName?: string;
    /** 服务人员 */
    serverNames?: string[];
    /** 实付金额 */
    payAmount?: number;
    /** 实收金额 */
    receiveAmount?: number;
    /** 服务费 */
    serviceFee?: number;
    /** 结算金额 */
    settlementAmount?: number;
    /** 结算单号 */
    settlementCode?: string;
    settlementStatus?: EnumStandardOrderSettlementStatus;
    /** 结算时间 */
    settlementTime?: string;
    /** 服务起始时间 */
    beginTime?: string;
    /** 服务截止时间 */
    endTime?: string;
  }
  interface GetStandardOrdersQuery {
    /** 关键字(订单号/服务名) */
    keywords?: string;
    /** 下单时间-起始 */
    createdTimeBegin?: string;
    /** 下单时间-截止 */
    createdTimeEnd?: string;
    /** 支付时间-起始 */
    payTimeBegin?: string;
    /** 支付时间-截止 */
    payTimeEnd?: string;
    appointmentStatus?: EnumStandardOrderAppointmentStatus;
    payStatus?: EnumStandardOrderPayStatus;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetStandardOrdersQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetStandardOrdersQueryResultItem[];
  }
  interface GetStandardOrdersQueryResultItem {
    /** Id */
    id?: string;
    /** 订单号 */
    code?: string;
    /** 服务名 */
    serviceName?: string;
    /** 服务单号 */
    serviceCode?: string;
    /** 下单时间 */
    createdTime?: string;
    /** 支付时间 */
    payTime?: string;
    appointmentStatus?: EnumStandardOrderAppointmentStatus;
    payStatus?: EnumStandardOrderPayStatus;
    settlementStatus?: EnumStandardOrderSettlementStatus;
    /** 甲方企业Id */
    partyAEnterpriseId?: string;
    /** 甲方企业 */
    partyAEnterpriseName?: string;
    /** 联系电话 */
    contactPhoneNumber?: string;
    /** 实付金额 */
    payAmount?: number;
    /** 实收金额 */
    receiveAmount?: number;
    /** 服务费 */
    serviceFee?: number;
    /** 结算金额 */
    settlementAmount?: number;
  }
  interface GetStandardServiceCommentsQuery {
    pageModel?: PagedListQueryPageModel;
  }
  interface GetStandardServiceCommentsQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetStandardServiceCommentsQueryResultItem[];
  }
  interface GetStandardServiceCommentsQueryResultItem {
    /** Id */
    id?: string;
    /** 用户名 */
    userName?: string;
    /** 评分 */
    star?: number;
    /** 内容 */
    content?: string;
    /** 创建时间 */
    createdTime?: string;
  }
  interface GetStandardServiceQueryResult {
    /** Id */
    id?: string;
    /** 行业类别编号 */
    industryCategoryCode?: string;
    /** 行业类别 */
    industryCategoryContent?: string;
    /** 岗位编号 */
    jobCode?: string;
    /** 岗位 */
    jobContent?: string;
    /** 服务名 */
    name?: string;
    /** 服务单号 */
    code?: string;
    /** 规格 */
    specs?: GetStandardServiceQueryResultSpec[];
    /** 最低规格价格 */
    minSpecPrice?: number;
    /** 图片 */
    files?: string[];
    /** 服务描述 */
    description?: string;
    /** 供应商 */
    suppliers?: GetStandardServiceQueryResultSupplier[];
    releaseStatus?: EnumStandardServiceReleaseStatus;
    recommendStatus?: EnumStandardServiceRecommendStatus;
    /** 是否收藏 */
    isCollection?: boolean;
  }
  interface GetStandardServiceQueryResultSpec {
    /** Id */
    id?: string;
    /** 规格名称 */
    name?: string;
    /** 价格 */
    price?: number;
  }
  interface GetStandardServiceQueryResultSupplier {
    /** Id */
    id?: string;
    /** 企业全称 */
    enterpriseName?: string;
    /** 法人姓名 */
    legalPerson?: string;
    /** 统一社会信用代码 */
    societyCreditCode?: string;
    /** 是否实名 */
    isReal?: boolean;
    /** 联系人 */
    contacts?: string;
    /** 联系电话 */
    contactPhoneNumber?: string;
    /** 所在省份 */
    provinceContent?: string;
    /** 所在城市 */
    cityContent?: string;
  }
  interface GetStandardServiceServersQuery {
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 服务起始时间 */
    beginTime?: string;
    /** 服务截止时间 */
    endTime?: string;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetStandardServiceServersQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetStandardServiceServersQueryResultItem[];
  }
  interface GetStandardServiceServersQueryResultItem {
    /** Id */
    id?: string;
    /** 头像 */
    avatar?: string;
    /** 姓名 */
    name?: string;
    gender?: EnumUserGender;
    /** 是否实名 */
    isReal?: boolean;
    realMethod?: EnumUserRealMethod;
    /** 年龄 */
    age?: number;
    /** 身份编号 */
    personalIdentityCode?: string;
    /** 身份 */
    personalIdentityContent?: string;
    /** 学历编号 */
    educationalBackgroundCode?: string;
    /** 学历 */
    educationalBackgroundContent?: string;
    /** 上岗次数 */
    taskCount?: number;
    /** 工作资历 */
    workSeniority?: string;
    /** 工作经验 */
    workExperience?: string;
  }
  interface GetStandardServicesQuery {
    /** 关键字(服务名/Id) */
    keywords?: string;
    /** 岗位编号 */
    jobCode?: string;
    /** 创建时间-起始 */
    createdTimeBegin?: string;
    /** 创建时间-截止 */
    createdTimeEnd?: string;
    releaseStatus?: EnumStandardServiceReleaseStatus;
    recommendStatus?: EnumStandardServiceRecommendStatus;
    /** 是否收藏 */
    isCollected?: boolean;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetStandardServicesQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetStandardServicesQueryResultItem[];
  }
  interface GetStandardServicesQueryResultItem {
    /** Id */
    id?: string;
    /** 首个图片 */
    file?: string;
    /** 行业类别 */
    industryCategoryContent?: string;
    /** 岗位 */
    jobContent?: string;
    /** 服务名 */
    name?: string;
    /** 最低规格价格 */
    minSpecPrice?: number;
    /** 服务单号 */
    code?: string;
    releaseStatus?: EnumStandardServiceReleaseStatus;
    recommendStatus?: EnumStandardServiceRecommendStatus;
    /** 是否收藏 */
    isCollection?: boolean;
    /** 创建时间 */
    createdTime?: string;
    /** 供应商数量 */
    supplierCount?: number;
  }
  interface GetStandardServiceSupplierEnterprisesQuery {
    /** 服务Id */
    serviceId?: string;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetStandardServiceSupplierEnterprisesQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetStandardServiceSupplierEnterprisesQueryResultItem[];
  }
  interface GetStandardServiceSupplierEnterprisesQueryResultItem {
    /** Id */
    id?: string;
    /** 头像 */
    avatar?: string;
    /** 企业全称 */
    enterpriseName?: string;
    /** 服务人员 */
    serverCount?: number;
    /** 服务人次 */
    serviceCount?: number;
    /** 经营范围 */
    mainBusiness?: string;
  }
  type GetSupplierEnterpriseSelectQuery = Record<string, any>;
  interface GetSupplierEnterpriseSelectQueryOption {
    /** 供应商Id */
    supplierEnterpriseId?: string;
    supplierEnterprise?: GetSupplierEnterpriseSelectQueryOptionEnterprise;
    /** 是否已配置保险 */
    isConfiguredInsurance?: boolean;
  }
  interface GetSupplierEnterpriseSelectQueryOptionEnterprise {
@@ -6905,6 +8438,8 @@
    id?: string;
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 供应商 */
    supplierEnterpriseName?: string;
    /** 需求人数 */
@@ -6913,6 +8448,8 @@
    enterpriseId?: string;
    /** 企业全称 */
    enterpriseName?: string;
    /** 联系人 */
    contacts?: string;
    /** 联系电话 */
    contactPhoneNumber?: string;
    /** 是否认证 */
@@ -6936,6 +8473,10 @@
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    /** 保险产品Id */
    insuranceProductId?: string;
    /** 保险产品名称 */
    insuranceProductName?: string;
    settlementCycle?: EnumSettlementCycle;
    /** 结算日期 */
    settlementDate?: number;
@@ -6985,6 +8526,8 @@
    status?: EnumTaskStatus;
    releaseStatus?: EnumTaskReleaseStatus;
    hireStatus?: EnumTaskUserHireStatus;
    /** 录用备注 */
    hireRemark?: string;
    /** 灵工Id */
    enterpriseEmployeeId?: string;
    applyButton?: GetTaskInfoQueryResultApplyButton;
@@ -7062,6 +8605,8 @@
    id?: string;
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 供应商 */
    supplierEnterpriseName?: string;
    /** 供应商账号 */
@@ -7158,6 +8703,33 @@
    name?: string;
  }
  interface GetTaskSettlementReleaseReportsQuery {
    /** 开始日期 */
    startMonth?: string;
    /** 结束日期 */
    endMonth?: string;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetTaskSettlementReleaseReportsQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetTaskSettlementReleaseReportsQueryResultItem[];
  }
  interface GetTaskSettlementReleaseReportsQueryResultItem {
    /** 日期 */
    month?: string;
    /** 发放金额 */
    amount?: number;
    /** 发放人数 */
    peopleCount?: number;
    /** 生成日期 */
    createdTime?: string;
    /** 汇总表格 */
    url?: string;
  }
  interface GetTaskUserHireStatusQueryResult {
    hireStatus?: EnumTaskUserHireStatus;
  }
@@ -7172,6 +8744,7 @@
  }
  interface GetTaskUsersQueryResult {
    objectData?: GetTaskUsersQueryResultObjectData;
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetTaskUsersQueryResultItem[];
@@ -7213,6 +8786,11 @@
    hireStatus?: EnumTaskUserHireStatus;
  }
  interface GetTaskUsersQueryResultObjectData {
    /** 是否内部任务 */
    isInternal?: boolean;
  }
  interface GetThreeResourceLogsQuery {
    /** 创建时间-起始 */
    createdTimeBegin?: string;
@@ -7601,6 +9179,26 @@
    hiddenAlipay?: boolean;
  }
  interface HistoryQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: HistoryQueryResultItem[];
  }
  interface HistoryQueryResultItem {
    /** Id */
    id?: string;
    /** 跟踪Id */
    traceId?: string;
    /** 操作人 */
    createdUser?: string;
    /** 操作时间 */
    createdTime?: string;
    operate?: EnumDbAuditOperate;
    /** 操作内容 */
    content?: string[];
  }
  interface ImportEnterpriseEmployeesCommand {
    /** Excel地址 */
    excelUrl?: string;
@@ -7618,6 +9216,10 @@
  }
  interface ImportEnterpriseEmployeesCommandResultError {
    /** 协议起始 */
    contractBegin?: string;
    /** 协议终止 */
    contractEnd?: string;
    /** 错误信息 */
    errorMessage?: string;
    /** 姓名 */
@@ -7626,10 +9228,6 @@
    contactPhoneNumber?: string;
    /** 身份证号 */
    identity?: string;
    /** 协议起始时间 */
    contractBegin?: string;
    /** 协议终止时间 */
    contractEnd?: string;
  }
  interface ImportTaskSettlementOrderRostersCommand {
@@ -7872,6 +9470,8 @@
  }
  interface PasswordLoginCommand {
    /** 用户登录凭证 */
    code?: string;
    /** 账号 */
    userName: string;
    /** 密码 */
@@ -7881,6 +9481,32 @@
    enterpriseType?: EnumEnterpriseType;
  }
  interface PayStandardOrderCommand {
    /** 订单Id */
    id?: string;
  }
  interface PayStandardOrderCommandResult {
    /** 时间戳
从 1970 年 1 月 1 日 00:00:00 至今的秒数,即当前的时间 */
    timestamp?: string;
    /** 随机字符串
长度为32个字符以下 */
    nonceStr?: string;
    /** 统一下单接口返回的 prepay_id 参数值
提交格式如:prepay_id=*** */
    package?: string;
    /** 签名算法,应与后台下单时的值一致
MD5   仅在 v2 版本接口适用
HMAC-SHA256 仅在 v2 版本接口适用
RSA   仅在 v3 版本接口适用 */
    signType?: string;
    /** 签名,具体见微信支付文档 */
    paySign?: string;
    /** 支付结束时间 */
    timeExpire?: string;
  }
  interface PersonalUserElectronSignCommand {
    /** 灵工Id(二选一) */
    id?: string;
@@ -7983,6 +9609,10 @@
  type RepairEnterpriseEmployee1302Command = Record<string, any>;
  type RepairEnterpriseUser1302Command = Record<string, any>;
  type RepairEnterpriseWalletTransaction1302Command = Record<string, any>;
  type RepairTaskEstimatedServiceFee1301Command = Record<string, any>;
  interface ResendResourceCommand {
@@ -8009,6 +9639,24 @@
    taskInfoId?: string;
  }
  interface SaveAdvertisementCommand {
    page?: EnumAdvertisementPage;
    /** 广告名称 */
    name?: string;
    /** 开始时间 */
    beginTime?: string;
    /** 结束时间 */
    endTime?: string;
    /** 广告图片 */
    file?: string;
    /** 广告链接 */
    url?: string;
    /** 排序 */
    sort?: number;
    /** Id */
    id?: string;
  }
  interface SaveCodeUrlCommand {
    scene?: EnumCodeUrlScene;
    /** 地址 */
@@ -8124,6 +9772,31 @@
    id?: string;
  }
  interface SaveEnterpriseAddressCommand {
    /** 姓名 */
    name?: string;
    /** 联系电话 */
    contactPhoneNumber?: string;
    /** 省份编号 */
    provinceCode?: string;
    /** 城市编号 */
    cityCode?: string;
    /** 区编号 */
    areaCode?: string;
    /** 详细地址 */
    addressName?: string;
    /** 门牌号 */
    addressDetail?: string;
    /** 经度 */
    longitude?: number;
    /** 纬度 */
    latitude?: number;
    /** 是否默认 */
    isDefault?: boolean;
    /** Id */
    id?: string;
  }
  interface SaveEnterpriseCommand {
    /** 企业全称 */
    enterpriseName: string;
@@ -8151,6 +9824,15 @@
    userName?: string;
    /** 密码 */
    password?: string;
    cooperationStatus?: EnumEnterpriseCooperationStatus;
    signStatus?: EnumEnterpriseCooperationSignStatus;
    /** 合作协议 */
    cooperationAgreementUrl?: string;
    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
    /** 服务费 */
    serviceFeeRate?: number;
    /** 发票税点 */
    invoiceTaxPointRate?: number;
    /** Id */
    id?: string;
  }
@@ -8191,6 +9873,27 @@
    ext?: string;
  }
  interface SaveInsuranceProductCommand {
    /** 保险公司编号 */
    supplierCode: string;
    /** 产品名称 */
    name: string;
    /** 保险险种编号 */
    typeCode?: string;
    /** 保额编号 */
    sumInsuredCode?: string;
    /** 投保方式编号 */
    periodCode?: string;
    /** 职业类别编号 */
    jobCategoryCode?: string;
    /** 版本编号 */
    versionCode?: string;
    /** 是否禁用 */
    isDisabled?: boolean;
    /** Id */
    id?: string;
  }
  interface SaveMenuButtonCommand {
    /** 菜单Id */
    parentId?: string;
@@ -8350,6 +10053,11 @@
    signStatus?: EnumEnterpriseCooperationSignStatus;
    /** 合作协议 */
    cooperationAgreementUrl?: string;
    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
    /** 服务费 */
    serviceFeeRate?: number;
    /** 发票税点 */
    invoiceTaxPointRate?: number;
    /** 账号 */
    userName?: string;
    /** 密码(选填 填了就改不填就不改) */
@@ -8420,6 +10128,34 @@
    signName?: string;
  }
  interface SaveStandardServiceCommand {
    /** 行业类别编号 */
    industryCategoryCode?: string;
    /** 岗位编号 */
    jobCode?: string;
    /** 服务名 */
    name?: string;
    /** 规格 */
    specs?: SaveStandardServiceCommandSpec[];
    /** 图片 */
    files?: string[];
    /** 服务描述 */
    description?: string;
    /** 供应商 */
    supplierIds?: string[];
    /** Id */
    id?: string;
  }
  interface SaveStandardServiceCommandSpec {
    /** Id */
    id?: string;
    /** 规格名称 */
    name?: string;
    /** 价格 */
    price?: number;
  }
  interface SaveTaskInfoCommand {
    /** 供应商Id */
    supplierEnterpriseId?: string;
@@ -8438,6 +10174,8 @@
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    /** 保险产品Id */
    insuranceProductId?: string;
    settlementCycle: EnumSettlementCycle;
    /** 结算日期 */
    settlementDate: number;
@@ -8621,6 +10359,14 @@
    data?: GetTaskSelectQueryOption;
  }
  interface SelectOptionNullableGuidGetEnterpriseInsuranceProductSelectQueryOption {
    /** 值 */
    value?: string;
    /** 标签 */
    label?: string;
    data?: GetEnterpriseInsuranceProductSelectQueryOption;
  }
  interface SelectOptionStringGetDictionaryDataSelectQueryResultOption {
    /** 值 */
    value?: string;
@@ -8655,12 +10401,38 @@
    phoneNumber: string;
  }
  interface SendWxmpSubscribMessageCommand {
    template: EnumWxmpSubscribMessageTemplate;
    /** 点击模板卡片后的跳转页面,仅限本小程序内的页面。支持带参数,(示例index?foo=bar)。该字段不填则模板无跳转 */
    page?: string;
    /** 用户Id */
    userId?: string;
    /** 企业Id */
    enterpriseId?: string;
    /** 关联Id */
    relationId?: string;
  }
  interface SetAdvertisementStatusCommand {
    /** Id */
    ids?: string[];
    status?: EnumAdvertisementStatus;
  }
  interface SetDictionaryDataIsDisabledCommand {
    ids?: string[];
    /** 是否已禁用 */
    isDisabled?: boolean;
  }
  interface SetDisabledEnterpriseInsuranceProductsCommand {
    /** 企业合作Id */
    enterpriseCooperationId?: string;
    ids?: string[];
    /** 是否已禁用 */
    isDisabled?: boolean;
  }
  interface SetEnterpriseElectronSignSettingCommand {
    /** Id */
    id?: string;
@@ -8668,6 +10440,29 @@
    electronSignAccesses?: EnumElectronSignAccess[];
  }
  interface SetEnterpriseInsuranceSettingCommand {
    /** Id */
    id?: string;
    insuranceSupplierAccess?: EnumInsuranceSupplierAccess;
    /** 投保供应商账号 */
    insuranceSupplierAccount?: string;
  }
  interface SetEnterpriseLoginInfoCommand {
    /** 头像 */
    avatar?: string;
    /** 姓名 */
    name?: string;
    /** 营业执照照片 */
    licenseImage?: string;
    /** 企业全称 */
    enterpriseName?: string;
    /** 统一社会信用代码 */
    societyCreditCode?: string;
    /** 手机号 */
    contactPhoneNumber?: string;
  }
  interface SetEnterpriseSmsSettingCommand {
    /** Id */
    id?: string;
@@ -8682,6 +10477,12 @@
    isDisabled?: boolean;
  }
  interface SetIsDisabledInsuranceProductCommand {
    ids?: string[];
    /** 是否已禁用 */
    isDisabled?: boolean;
  }
  interface SetMenuSwitchCommand {
    /** Id */
    ids?: string[];
@@ -8705,6 +10506,18 @@
    userInfoIds?: string[];
  }
  interface SetStandardServiceRecommendStatusCommand {
    /** Id */
    ids?: string[];
    recommendStatus?: EnumStandardServiceRecommendStatus;
  }
  interface SetStandardServiceReleaseStatusCommand {
    /** Id */
    ids?: string[];
    releaseStatus?: EnumStandardServiceReleaseStatus;
  }
  interface SetTaskInfoRecommendStatusCommand {
    /** Id */
    ids?: string[];
@@ -8731,6 +10544,8 @@
    /** 任务人员Id */
    id?: string;
    hireStatus?: EnumTaskUserHireStatus;
    /** 录用备注 */
    hireRemark?: string;
  }
  enum SettlementReceiveStatus {
@@ -8840,6 +10655,20 @@
    remark?: string;
  }
  interface SureStandardOrderAppointmentCommand {
    /** 订单Id */
    id?: string;
  }
  interface SureStandardOrderCommand {
    /** 订单Id */
    id?: string;
    /** 评分 */
    commentStar?: number;
    /** 评价 */
    commentContent?: string;
  }
  interface SureTaskSettlementCommand {
    /** 任务Id */
    taskInfoId?: string;
@@ -8976,6 +10805,8 @@
  type TestEventCommand = Record<string, any>;
  type UnBindUserWxmpIdCommand = Record<string, any>;
  interface UpdateEnterpriseWeChatPayWalletBankAccountInfoCommand {
    /** 企业Id */
    enterpriseId?: string;
@@ -9649,6 +11480,36 @@
    reject_reason: string;
  }
  interface WeChatPayTransactionsJsApiNotifyCommand {
    /** 通知ID,回调通知的唯一编号 */
    id?: string;
    /** 通知创建时间
1、定义:本次回调通知创建的时间
2、格式:遵循rfc3339标准格式:yyyy-MM-DDTHH:mm:ss+TIMEZONE(示例:2015-05-20T13:29:35+08:00 表示北京时间2015年5月20日13点29分35秒) */
    create_time?: string;
    /** 通知的类型,微信支付回调通知的类型
支付成功通知的类型为TRANSACTION.SUCCESS */
    event_type?: string;
    /** 通知数据类型,通知的资源数据类型,固定为encrypt-resource */
    resource_type?: string;
    resource?: WeChatPayTransactionsJsApiNotifyCommandResource;
    /** 回调摘要,微信支付对回调内容的摘要备注 */
    summary?: string;
  }
  interface WeChatPayTransactionsJsApiNotifyCommandResource {
    /** 加密算法类型,回调数据密文的加密算法类型,目前为AEAD_AES_256_GCM,开发者需要使用同样类型的数据进行解密 */
    algorithm?: string;
    /** 数据密文,Base64编码后的回调数据密文,服务商需Base64解码并使用APIV3密钥解密,具体参考如何解密证书和回调报文 */
    ciphertext?: string;
    /** 附加数据,参与解密的附加数据,该字段可能为空 */
    associated_data?: string;
    /** 原始回调类型,加密前的对象类型,为transaction */
    original_type?: string;
    /** 随机串,参与解密的随机串 */
    nonce?: string;
  }
  interface WxmpLoginCommand {
    /** 用户登录凭证 */
    code: string;