| | |
| | | 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; |
| | | } |
| | | |
| | |
| | | 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 { |
| | |
| | | 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 { |
| | |
| | | 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 { |