|  |  |  | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 是否导入用户 */ | 
|---|
|  |  |  | isImport?: boolean; | 
|---|
|  |  |  | /** 操作令牌 */ | 
|---|
|  |  |  | operatorToken?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetTaskEnterpriseParams { | 
|---|
|  |  |  | 
|---|
|  |  |  | address?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface BatchEnterpriseSignContractCommand { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface BatchEnterpriseSignContractCommandResult { | 
|---|
|  |  |  | /** 签约成功灵工Id */ | 
|---|
|  |  |  | successIds?: string[]; | 
|---|
|  |  |  | /** 签约失败的灵工信息 */ | 
|---|
|  |  |  | errors?: BatchEnterpriseSignContractCommandResultError[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface BatchEnterpriseSignContractCommandResultError { | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 错误消息 */ | 
|---|
|  |  |  | errorMessages?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface BindWxmpUserInfoCommand { | 
|---|
|  |  |  | /** 访问令牌 */ | 
|---|
|  |  |  | accessToken: string; | 
|---|
|  |  |  | 
|---|
|  |  |  | interface CheckReceiveTaskCommand { | 
|---|
|  |  |  | /** 提交Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 任务人员Id */ | 
|---|
|  |  |  | taskInfoUserId?: string; | 
|---|
|  |  |  | /** 日期 */ | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | /** 签到时间 */ | 
|---|
|  |  |  | checkInTime?: string; | 
|---|
|  |  |  | /** 签出时间 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | interface ExportTaskSettlementOrderRostersCommand { | 
|---|
|  |  |  | /** 结算订单Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultBatchEnterpriseSignContractCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: BatchEnterpriseSignContractCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultBoolean { | 
|---|
|  |  |  | 
|---|
|  |  |  | bindProperty?: string; | 
|---|
|  |  |  | /** 是否必填 */ | 
|---|
|  |  |  | required?: boolean; | 
|---|
|  |  |  | /** 坐标X */ | 
|---|
|  |  |  | x?: number; | 
|---|
|  |  |  | /** 坐标Y */ | 
|---|
|  |  |  | y?: number; | 
|---|
|  |  |  | /** 页码 */ | 
|---|
|  |  |  | page?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetCurrentLogierMenusQuery = Record<string, any>; | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTasksQueryResult { | 
|---|
|  |  |  | objectData?: GetSettlementTasksQueryResultObjectData; | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetSettlementTasksQueryResultItem[]; | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 结算人数 */ | 
|---|
|  |  |  | settlementUserCount?: number; | 
|---|
|  |  |  | auditStatus?: EnumTaskSettlementAuditStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTasksQueryResultObjectData { | 
|---|
|  |  |  | /** 待审核 */ | 
|---|
|  |  |  | waitAuditCount?: number; | 
|---|
|  |  |  | /** 已审核 */ | 
|---|
|  |  |  | completedAuditCount?: number; | 
|---|
|  |  |  | /** 已发放 */ | 
|---|
|  |  |  | completedReleaseCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTaskUsersQueryResult { | 
|---|
|  |  |  | 
|---|
|  |  |  | settlementStatus?: EnumTaskSettlementStatus; | 
|---|
|  |  |  | /** 结算时间 */ | 
|---|
|  |  |  | settlementTime?: string; | 
|---|
|  |  |  | auditStatus?: EnumTaskSettlementAuditStatus; | 
|---|
|  |  |  | /** 审核备注 */ | 
|---|
|  |  |  | auditRemark?: string; | 
|---|
|  |  |  | /** 审核时间 */ | 
|---|
|  |  |  | auditTime?: string; | 
|---|
|  |  |  | /** 审核操作人 */ | 
|---|
|  |  |  | auditOperator?: string; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | settlementRemark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | taskInfoUserId?: string; | 
|---|
|  |  |  | /** 用户信息Id */ | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | realMethod?: EnumUserRealMethod; | 
|---|
|  |  |  | /** 累计工时 */ | 
|---|
|  |  |  | totalWorkHours?: number; | 
|---|
|  |  |  | /** 所属银行 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | bindProperty?: string; | 
|---|
|  |  |  | /** 是否必填 */ | 
|---|
|  |  |  | required?: boolean; | 
|---|
|  |  |  | /** 坐标X */ | 
|---|
|  |  |  | x?: number; | 
|---|
|  |  |  | /** 坐标Y */ | 
|---|
|  |  |  | y?: number; | 
|---|
|  |  |  | /** 页码 */ | 
|---|
|  |  |  | page?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveDictionaryCategoryCommand { | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 任务地点名称 */ | 
|---|
|  |  |  | addressName: string; | 
|---|
|  |  |  | /** 任务地点详细地址 */ | 
|---|
|  |  |  | addressDetail: string; | 
|---|
|  |  |  | addressDetail?: string; | 
|---|
|  |  |  | /** 经度 */ | 
|---|
|  |  |  | longitude?: number; | 
|---|
|  |  |  | /** 纬度 */ | 
|---|