| | |
| | | userId?: string; |
| | | } |
| | | |
| | | interface AddParkBountyApplyByEnterpriseInput { |
| | | batchNo?: string; |
| | | enterpriseMonthApplyId?: string; |
| | | } |
| | | |
| | | interface AddParkBountyApplyStepOneInput { |
| | | batchNo?: string; |
| | | parkId?: string; |
| | |
| | | parentId?: string; |
| | | } |
| | | |
| | | interface APIgetAllModuleListParams { |
| | | menuScene?: EnumMenuScene; |
| | | } |
| | | |
| | | interface APIgetAllSubModuleParams { |
| | | moduleId?: string; |
| | | } |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetRewardStatisticsMonthsParams { |
| | | /** 所属园区Id */ |
| | | industrialParkId?: string; |
| | | } |
| | | |
| | | interface APIgetRolesIdRolesParams { |
| | | id: string; |
| | | } |
| | |
| | | |
| | | interface APIgetUserOrRoleModuleListParams { |
| | | id?: string; |
| | | objectType?: number; |
| | | } |
| | | |
| | | interface APIgetUserOrRoleModuleListParams { |
| | | id?: string; |
| | | menuScene?: EnumMenuScene; |
| | | objectType?: number; |
| | | } |
| | | |
| | |
| | | userId?: string; |
| | | } |
| | | |
| | | type BountyCheckStatusEnum = 10 | 20 | 30 | -10; |
| | | type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10; |
| | | |
| | | interface BuildRewardStatisticsInput { |
| | | /** 开始统计月份 */ |
| | |
| | | password?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | } |
| | | |
| | | interface CreateBackClientUserInput { |
| | |
| | | } |
| | | |
| | | interface CreateBaseRoleInput { |
| | | menuScene?: EnumMenuScene; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | |
| | | } |
| | | |
| | | interface CreateOrUpdateRoleInput { |
| | | menuScene?: EnumMenuScene; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | |
| | | isSignFreeSet?: boolean; |
| | | /** 注册时间 */ |
| | | registTime?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface CustomerManageListOutputPageOutput { |
| | |
| | | /** 申报金额 */ |
| | | applyAmount?: number; |
| | | fileTypes?: CustomerUploadMonthApplyFileType[]; |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface CustomerUploadMonthApplyFileType { |
| | |
| | | remark?: string; |
| | | /** 文件数量 */ |
| | | fileCount?: number; |
| | | /** 企业申报材料数量 */ |
| | | enterpriseMonthApplyFileCount?: number; |
| | | lastModificationTime?: string; |
| | | lastModifierName?: string; |
| | | lastModifierId?: string; |
| | |
| | | type EnumElectronSignRealStatus = 0 | 10 | 99 | 100; |
| | | |
| | | type EnumElectronSignUserType = 10 | 20; |
| | | |
| | | type EnumMenuScene = 0 | 1; |
| | | |
| | | type EnumPagedListOrder = 0 | 1; |
| | | |
| | |
| | | interface GetCustomerUploadApplyFilesInput { |
| | | id?: string; |
| | | enterpriseId?: string; |
| | | userId?: string; |
| | | withMonth?: string; |
| | | parkBountyApplyId?: string; |
| | | } |
| | |
| | | /** 申报金额 */ |
| | | applyAmount?: number; |
| | | applyStatus?: EnterpriseMonthApplyStatusEnum; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 自主申报的申报Id */ |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseMonthApplyFileOutputPageOutput { |
| | |
| | | settleStatus?: SettleStatusEnum; |
| | | incomeStatus?: IncomeStatusEnum; |
| | | financeStatus?: FinanceStatusEnum; |
| | | /** 外部复审核起始日期 */ |
| | | outReCheckTimeBegin?: string; |
| | | /** 外部复审核结束日期 */ |
| | | outReCheckTimeEnd?: string; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutput { |
| | |
| | | inCheckAuditOperator?: string; |
| | | /** 外部审核人 */ |
| | | outCheckAuditOperator?: string; |
| | | /** 外部复审核人 */ |
| | | outReCheckAuditOperator?: string; |
| | | /** 平台拨付入账跟财政拨付入账操作人 */ |
| | | incomeAndFinanceIncomeOperator?: string; |
| | | /** 平台拨付登记跟财政拨付登记操作人 */ |
| | | settleAndFinanceOperator?: string; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 政务端复审时间 */ |
| | | outReCheckTime?: string; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutputPageOutput { |
| | |
| | | selfAuditOperatorId?: string; |
| | | /** 江祐保上传的保单文件 */ |
| | | insureBillUrl?: string; |
| | | auditType?: EnumParkBountyTradeDetailAuditType; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | parkTypName?: string; |
| | | /** 营业执照 */ |
| | | licenseUrl?: string; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | /** 银行总行名称 */ |
| | | bankName?: string; |
| | | /** 银行支行名称 */ |
| | |
| | | pageModel?: Pagination; |
| | | /** 月份 */ |
| | | month?: string; |
| | | /** 月份 */ |
| | | months?: string[]; |
| | | /** 所属园区Id */ |
| | | industrialParkId?: string; |
| | | /** 关键字 */ |
| | |
| | | pageModel?: Pagination; |
| | | /** 查询条件:角色名称 */ |
| | | queryCondition?: string; |
| | | menuScene?: EnumMenuScene; |
| | | } |
| | | |
| | | interface GetSearchSettingList { |
| | |
| | | bankBranchName?: string; |
| | | bankCardNumber?: string; |
| | | bankIsVerify?: boolean; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | } |
| | | |
| | | interface GetUserBaseInfoDataResponse { |
| | |
| | | collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | /** 总的额外补充材料 */ |
| | | extraListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 政务端复审备注 */ |
| | | outReCheckRemark?: string; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyInput { |
| | |
| | | interface RoleInfo { |
| | | /** 角色Id */ |
| | | id?: string; |
| | | menuScene?: EnumMenuScene; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 排序 */ |
| | |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | disabledSyncUser?: boolean; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | } |
| | | |
| | | interface SetUserEnterpiseCooperationUrlInput { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 合作协议 */ |
| | | cooperationUrl?: string; |
| | | } |
| | | |
| | | interface SetUserEnterpriseBankInfoInput { |
| | |
| | | monthApplyId?: string; |
| | | fileSearchTypeId?: string; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface UploadParkApplyCustomerFilesInput { |