| | |
| | | payAmount?: number; |
| | | } |
| | | |
| | | interface AddStandardOrderCommandResult { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 支付地址 */ |
| | | payUrl?: string; |
| | | } |
| | | |
| | | interface AgainSureTaskSettlementOrderRosterCommand { |
| | | /** 名单Id */ |
| | | id?: string; |
| | |
| | | ids: string[]; |
| | | } |
| | | |
| | | interface DisabledEnterpriseCommand { |
| | | ids?: string[]; |
| | | /** 是否已禁用 */ |
| | | isDisabled?: boolean; |
| | | } |
| | | |
| | | interface EditEnterpriseEmployeeCommand { |
| | | /** Id */ |
| | | id?: string; |
| | |
| | | settlementTimeEnd?: string; |
| | | } |
| | | |
| | | interface FriendlyResultAddStandardOrderCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: AddStandardOrderCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultBatchEnterpriseSignContractCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | /** 是否已配置 */ |
| | | isConfigured?: boolean; |
| | | type?: EnumEnterpriseType; |
| | | /** 创建时间-起始 */ |
| | | createdTimeBegin?: string; |
| | | /** 创建时间-截止 */ |
| | | createdTimeEnd?: string; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | |
| | | societyCreditCode?: string; |
| | | /** 是否实名 */ |
| | | isReal?: boolean; |
| | | /** 是否禁用 */ |
| | | isDisabled?: boolean; |
| | | /** 联系人 */ |
| | | contacts?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 用户名 */ |
| | | userName?: string; |
| | | /** 手机号 */ |
| | | userPhoneNumber?: string; |
| | | /** 所在省份 */ |
| | | provinceContent?: string; |
| | | /** 所在城市 */ |
| | |
| | | serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType; |
| | | /** 服务费 */ |
| | | serviceFeeRate?: number; |
| | | /** 创建时间 */ |
| | | createdTime?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseWalletAccessSelectQueryOption { |
| | |
| | | } |
| | | |
| | | interface HistoryQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 操作人 */ |