|  |  |  | 
|---|
|  |  |  | auditRemark?: string; | 
|---|
|  |  |  | /** 操作令牌 */ | 
|---|
|  |  |  | operatorToken?: string; | 
|---|
|  |  |  | /** 名单 */ | 
|---|
|  |  |  | rosters?: AuditTaskSettlementCommandRoster[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AuditTaskSettlementCommandRoster { | 
|---|
|  |  |  | /** 名单Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 服务费(元) */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | /** 超时(小时) */ | 
|---|
|  |  |  | timeoutHours?: number; | 
|---|
|  |  |  | /** 超时费用(元) */ | 
|---|
|  |  |  | timeoutFee?: number; | 
|---|
|  |  |  | /** 其他费用(元) */ | 
|---|
|  |  |  | otherFee?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 结算金额 */ | 
|---|
|  |  |  | settlementAmount: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface BaiduOcrBusinessLicenseResultModel { | 
|---|
|  |  |  | 
|---|
|  |  |  | operatorToken?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CalcTaskCheckReceiveCommand { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | /** 签到时间 */ | 
|---|
|  |  |  | checkInTime?: string; | 
|---|
|  |  |  | /** 签出时间 */ | 
|---|
|  |  |  | checkOutTime?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CalcTaskCheckReceiveCommandResult { | 
|---|
|  |  |  | /** 服务费(元) */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | /** 超时(小时) */ | 
|---|
|  |  |  | timeoutHours?: number; | 
|---|
|  |  |  | /** 超时费用(元) */ | 
|---|
|  |  |  | timeoutFee?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ChangePhoneNumberCommand { | 
|---|
|  |  |  | /** 手机号码 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | 
|---|
|  |  |  | checkInTime?: string; | 
|---|
|  |  |  | /** 签出时间 */ | 
|---|
|  |  |  | checkOutTime?: string; | 
|---|
|  |  |  | /** 服务费(元) */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | /** 超时(小时) */ | 
|---|
|  |  |  | timeoutHours?: number; | 
|---|
|  |  |  | /** 超时费用(元) */ | 
|---|
|  |  |  | timeoutFee?: number; | 
|---|
|  |  |  | /** 其他费用(元) */ | 
|---|
|  |  |  | otherFee?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 结算金额 */ | 
|---|
|  |  |  | settlementAmount?: number; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 实发金额 */ | 
|---|
|  |  |  | actualSettlementAmount: number; | 
|---|
|  |  |  | /** 收款账户 */ | 
|---|
|  |  |  | receiveAccount: string; | 
|---|
|  |  |  | receiveAccount?: string; | 
|---|
|  |  |  | /** 所属银行 */ | 
|---|
|  |  |  | bank: string; | 
|---|
|  |  |  | bank?: string; | 
|---|
|  |  |  | /** 开户支行名称 */ | 
|---|
|  |  |  | bankBranch?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | /**未报名 */ | 
|---|
|  |  |  | None = 10, | 
|---|
|  |  |  | /**已报名 */ | 
|---|
|  |  |  | Completed = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumGetCheckReceiveTaskCheckInUsersQueryStatus { | 
|---|
|  |  |  | /**已签到 */ | 
|---|
|  |  |  | CheckOut = 10, | 
|---|
|  |  |  | /**未到岗 */ | 
|---|
|  |  |  | UnCheck = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumGetCheckReceiveTasksQueryResultItemCheckStatus { | 
|---|
|  |  |  | /**未到岗 */ | 
|---|
|  |  |  | None = 10, | 
|---|
|  |  |  | /**已签到 */ | 
|---|
|  |  |  | Completed = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | CheckOut = 20, | 
|---|
|  |  |  | /**未到岗 */ | 
|---|
|  |  |  | UnCheckIn = 30, | 
|---|
|  |  |  | /**未签出 */ | 
|---|
|  |  |  | UnCheckOut = 40, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskUserSubmitCheckReceiveStatus { | 
|---|
|  |  |  | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultCalcTaskCheckReceiveCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: CalcTaskCheckReceiveCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultEnterpriseUserElectronSignCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetBankOcrCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetCheckReceiveTaskCheckInUsersQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetCheckReceiveTaskCheckInUsersQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | number?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTaskCheckInUsersQuery { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | /** 日期 */ | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | status?: EnumGetCheckReceiveTaskCheckInUsersQueryStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTaskCheckInUsersQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetCheckReceiveTaskCheckInUsersQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTaskCheckInUsersQueryResultItem { | 
|---|
|  |  |  | /** 任务人员Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | realMethod?: EnumUserRealMethod; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTaskQuery { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 最近提交时间 */ | 
|---|
|  |  |  | lastSubmitTime?: string; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskCheckReceiveStatus; | 
|---|
|  |  |  | submitCheckReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTaskQueryResultObjectData { | 
|---|
|  |  |  | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskCheckReceiveStatus; | 
|---|
|  |  |  | /** 最近验收时间 */ | 
|---|
|  |  |  | lastCheckReceiveTime?: string; | 
|---|
|  |  |  | checkedStatus?: EnumGetCheckReceiveTasksQueryResultItemCheckStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTaskUserSubmitCheckHistoriesQuery { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | /** 任务人员Id */ | 
|---|
|  |  |  | taskInfoUserId?: string; | 
|---|
|  |  |  | /** 日期 */ | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | type?: EnumTaskUserSubmitCheckHistoryType; | 
|---|
|  |  |  | 
|---|
|  |  |  | access?: EnumElectronSignAccess; | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | templateId?: string; | 
|---|
|  |  |  | /** 是否自动签 */ | 
|---|
|  |  |  | isAutoSign?: boolean; | 
|---|
|  |  |  | /** 自动签授权书 */ | 
|---|
|  |  |  | autoSignPowerAttorneyUrl?: string; | 
|---|
|  |  |  | /** 变量 */ | 
|---|
|  |  |  | values?: GetContractTemplateQueryResultValue[]; | 
|---|
|  |  |  | /** 创建操作人 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | templateId?: string; | 
|---|
|  |  |  | access?: EnumElectronSignAccess; | 
|---|
|  |  |  | /** 是否自动签 */ | 
|---|
|  |  |  | isAutoSign?: boolean; | 
|---|
|  |  |  | /** 业务编码 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 模板 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | height?: number; | 
|---|
|  |  |  | /** 体重 */ | 
|---|
|  |  |  | weight?: number; | 
|---|
|  |  |  | /** 鞋码 */ | 
|---|
|  |  |  | shoeSize?: number; | 
|---|
|  |  |  | /** 生活照 */ | 
|---|
|  |  |  | photos?: string[]; | 
|---|
|  |  |  | /** 生活照 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | height?: number; | 
|---|
|  |  |  | /** 体重 */ | 
|---|
|  |  |  | weight?: number; | 
|---|
|  |  |  | /** 鞋码 */ | 
|---|
|  |  |  | shoeSize?: number; | 
|---|
|  |  |  | /** 生活照 */ | 
|---|
|  |  |  | photos?: string[]; | 
|---|
|  |  |  | /** 生活照 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | access?: EnumElectronSignAccess; | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | templateId?: string; | 
|---|
|  |  |  | /** 是否自动签 */ | 
|---|
|  |  |  | isAutoSign?: boolean; | 
|---|
|  |  |  | /** 自动签授权书 */ | 
|---|
|  |  |  | autoSignPowerAttorneyUrl?: string; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | height?: number; | 
|---|
|  |  |  | /** 体重 */ | 
|---|
|  |  |  | weight?: number; | 
|---|
|  |  |  | /** 鞋码 */ | 
|---|
|  |  |  | shoeSize?: number; | 
|---|
|  |  |  | /** 生活照 */ | 
|---|
|  |  |  | photos?: string[]; | 
|---|
|  |  |  | /** 个人视频 */ | 
|---|