| | |
| | | userId?: string; |
| | | } |
| | | |
| | | type BountyCheckStatusEnum = 10 | 20 | 30 | -10; |
| | | type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10; |
| | | |
| | | interface BuildRewardStatisticsInput { |
| | | /** 开始统计月份 */ |
| | |
| | | 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 { |
| | |
| | | pageModel?: Pagination; |
| | | /** 月份 */ |
| | | month?: string; |
| | | /** 月份 */ |
| | | months?: string[]; |
| | | /** 所属园区Id */ |
| | | industrialParkId?: string; |
| | | /** 关键字 */ |
| | |
| | | collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | /** 总的额外补充材料 */ |
| | | extraListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 政务端复审备注 */ |
| | | outReCheckRemark?: string; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyInput { |