From dbebb8c83128e379bb24d8d7c1bf0838d7c5ebdc Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 20 十一月 2025 15:03:42 +0800
Subject: [PATCH] fix: s
---
src/services/api/typings.d.ts | 131 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 131 insertions(+), 0 deletions(-)
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index a324258..91185da 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -1442,6 +1442,11 @@
id?: string;
}
+ interface APIgetExternalSystemPingAnPayWalletParams {
+ /** 澶栭儴绯荤粺Id */
+ externalSystemId?: string;
+ }
+
interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
moduleId?: string;
}
@@ -2536,6 +2541,12 @@
type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10;
+ interface BatchCreateCompanyUserV3Input {
+ list?: AddCertifiedUserInput[];
+ /** 鏄惁闇�瑕佽璇� */
+ needCertification?: boolean;
+ }
+
interface BatchInquiriesItem {
/** 鍗曠瑪浜ゆ槗娴佹按鍙� 鎵瑰唴鍞竴 */
sThirdVoucher?: string;
@@ -2975,6 +2986,8 @@
startMonth?: string;
/** 鎴缁熻鏈堜唤 */
endMonth?: string;
+ /** 浼佷笟Id */
+ enterpriseIds?: string[];
}
type BusinessSettingTypeEnum = 10;
@@ -5873,6 +5886,9 @@
bountyCollectFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
/** 姹囩畻鏉愭枡 */
bountyCollectCountFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
+ /** 鏄惁閲嶆柊鎻愪氦 */
+ isResubmit?: boolean;
+ parkBountyApplyId?: string;
}
interface DataprepareCreateExtInfo {
@@ -5975,6 +5991,7 @@
interface EditParkBountyApplyStepOneInput {
parkBountyApplyId?: string;
removeCompanyIds?: string[];
+ isResubmit?: boolean;
}
interface EDZ001Input {
@@ -6414,6 +6431,8 @@
type EnumSmsAccess = 0 | 10 | 20;
type EnumSmsStatus = 0 | 10 | 20 | 30;
+
+ type EnumWalletSignStatus = 1 | 10 | 100 | 999;
interface ExportBountyApplyData {
/** 浼佷笟鍚嶇О */
@@ -7866,6 +7885,8 @@
applyAmount?: number;
applyStatus?: EnterpriseMonthApplyStatusEnum;
inCheckStatus?: BountyCheckStatusEnum;
+ outCheckStatus?: BountyCheckStatusEnum;
+ outReCheckStatus?: BountyCheckStatusEnum;
/** 鑷富鐢虫姤鐨勭敵鎶d */
parkBountyApplyId?: string;
}
@@ -7981,6 +8002,16 @@
pageModel?: Pagination;
/** 鍏抽敭瀛� */
searchKey?: string;
+ }
+
+ interface GetExternalSystemPingAnPayWalletOutput {
+ /** 鎴峰悕 */
+ name?: string;
+ /** 璐﹀彿 */
+ identity?: string;
+ /** 浣欓 */
+ balance?: number;
+ signStatus?: EnumWalletSignStatus;
}
interface GetFeatureListResultDto {
@@ -9361,6 +9392,10 @@
suportWithDraw?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鍐呴儴瀹℃牳浜� */
inCheckAuditOperator?: string;
/** 澶栭儴瀹℃牳浜� */
@@ -9374,6 +9409,8 @@
outReCheckStatus?: BountyCheckStatusEnum;
/** 鏀垮姟绔瀹℃椂闂� */
outReCheckTime?: string;
+ /** 鎾ゅ洖鍘熷洜 */
+ reasonForWithdrawal?: string;
}
interface GetParkBountyApplyListOutputPageOutput {
@@ -9545,6 +9582,8 @@
tradeTime?: string;
/** 濂栧姳閲戜綑棰� */
remianAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯浣欓 */
+ financeAmount?: number;
/** 鐢宠鍥尯 */
parkName?: string;
/** 鎵�灞炲洯鍖� */
@@ -16275,6 +16314,7 @@
| 30
| 31
| 32
+ | 33
| 40
| 42;
@@ -16654,6 +16694,10 @@
suportEnterpriseUpload?: boolean;
/** 鏄惁鏀寔骞冲彴鍏呭�� */
suportPlatRecharge?: boolean;
+ /** 鏃犻渶杩愯惀绔鏍� */
+ noNeedForOperationalReview?: boolean;
+ /** 鏀垮姟绔弻閲嶅鏍� */
+ dualReviewOfGovernmentAffairs?: boolean;
/** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
suportFinance?: boolean;
/** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
@@ -16665,6 +16709,8 @@
outReCheckStatus?: BountyCheckStatusEnum;
/** 鏀垮姟绔瀹″娉� */
outReCheckRemark?: string;
+ /** 鎾ら攢鍘熷洜 */
+ reasonForWithdrawal?: string;
}
interface OutcheckParkBountyApplyInput {
@@ -16674,6 +16720,16 @@
remark?: string;
/** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ }
+
+ interface OutcheckParkBountyApplyRedoedInput {
+ parkBountyApplyId?: string;
+ /** 鎾ゅ洖鍘熷洜 */
+ reasonForWithdrawal?: string;
+ }
+
+ interface OutcheckParkBountyApplyResubmitInput {
+ parkBountyApplyId?: string;
}
interface OutReCheckParkBountyApplyInput {
@@ -20629,6 +20685,15 @@
templateParamExtraData?: string;
}
+ interface SaveExternalSystemPingAnPayWalletInput {
+ /** 澶栭儴绯荤粺Id */
+ externalSystemId?: string;
+ /** 鎴峰悕 */
+ name: string;
+ /** 璐﹀彿 */
+ identity: string;
+ }
+
interface SaveParkBountyApplyCollectFileInput {
parkBountyApplyId?: string;
/** 濂栧姳閲戝垎閰嶈〃 */
@@ -20642,11 +20707,14 @@
/** 璐㈡斂鎷ㄤ粯鎬婚 */
financeSumAmount?: number;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ /** 鏄惁閲嶆柊鎻愪氦 */
+ isResubmit?: boolean;
}
interface SaveParkBountyApplyGatherFileInput {
parkBountyApplyId?: string;
listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ isResubmit?: boolean;
}
interface SaveSmsSettingCommand {
@@ -22036,6 +22104,9 @@
auditById?: string;
/** 瀹℃牳鏃堕棿 */
auditTime?: string;
+ financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+ /** 璐㈠姟瀹℃牳鏃堕棿 */
+ financeAuditTime?: string;
/** 杩涜处鍗曚綅 */
incomeCompanyName?: string;
/** 淇濆崟鍙� */
@@ -22058,6 +22129,8 @@
auditType?: EnumParkBountyTradeDetailAuditType;
/** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
insurancePolicyId?: string;
+ /** 鎶曚繚浜烘暟 */
+ insurePeopleNum?: number;
}
interface SysOrgDetailOutput {
@@ -23098,6 +23171,64 @@
id?: string;
}
+ interface UpdateParkBountyApplyByEnterpriseInput {
+ batchNo?: string;
+ enterpriseMonthApplyId?: string;
+ }
+
+ interface UpdateParkBountyApplyInfoInput {
+ parkBountyApplyId?: string;
+ /** 鐢宠鎵规鍙� */
+ batchNo?: string;
+ /** 鐢宠鍥尯Id */
+ parkId?: string;
+ /** 鐢宠鍥尯 */
+ parkName?: string;
+ /** 鐢宠鍥尯绫诲瀷 */
+ parkTypeName?: string;
+ /** 鐢宠濂栧姳閲戞湀浠� */
+ applyMonth?: string;
+ /** 宸蹭繚瀛樹紒涓氱即绋庢槑缁嗐�佽惀鏀舵眹鎬� */
+ saveGatherFile?: boolean;
+ /** 濂栧姳閲戞眹鎬婚噾棰� */
+ applySumAmount?: number;
+ /** 姹囨�绘槑缁嗚〃 */
+ enterpriseTaxSubFileUrl?: string;
+ /** 浼佷笟钀ユ敹姹囨�昏〃 */
+ enterpriseOperateFileUrl?: string;
+ /** 濂栧姳閲戝垎閰嶈〃 */
+ bountyAssignFileUlr?: string;
+ /** 濂栧姳閲戞眹鎬昏〃 */
+ bountyCollectFileUrl?: string;
+ /** 鍏ラ┗鍏宠仈璇存槑 */
+ enterpriseRelateFileUrl?: string;
+ /** 澶栭儴瀹℃牳鍘熷洜 */
+ outCheckRemark?: string;
+ /** 鍐呴儴瀹℃牳鍘熷洜 */
+ inCheckRemark?: string;
+ inCheckStatus?: BountyCheckStatusEnum;
+ /** 璐㈡斂鎷ㄤ粯鎬婚 */
+ financeSumAmount?: number;
+ /** 骞冲彴鍏呭�兼�婚 */
+ settleSumAmount?: number;
+ /** 鍙戞斁鍑瘉 */
+ settleFileUrl?: string;
+ /** 璐㈡斂鍙戞斁鍑瘉 */
+ financeFileUrl?: string;
+ /** 鏄惁鏀寔浼佷笟涓婁紶 */
+ suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
+ /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+ suportFinance?: boolean;
+ /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+ suportWithDraw?: boolean;
+ listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+ extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+ }
+
interface UpdateParkBountyApplyTradeInsuranceBillFile {
/** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
insurancePolicyId?: string;
--
Gitblit v1.9.1