From 4acf2dd771619afee364a9db3d2f527b087dddb3 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 11 七月 2025 16:02:45 +0800 Subject: [PATCH] feat: 页面 --- src/services/api/typings.d.ts | 201 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 201 insertions(+), 0 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index 289d356..341d709 100644 --- a/src/services/api/typings.d.ts +++ b/src/services/api/typings.d.ts @@ -1535,6 +1535,10 @@ suppierType?: number; } + interface APIgetJybUserInfoIdParams { + id: string; + } + interface APIgetLgGigWorkUserDetailParams { id?: string; } @@ -6531,6 +6535,63 @@ listDeleteChooseCompany?: GetCompanyNameListOutput[]; } + interface GetBonusStatisticsListInput { + pageModel?: Pagination; + /** 浼佷笟鍚�/淇$敤浠g爜/鑱旂郴浜�/鎵嬫満鍙� */ + searchKeyWord?: string; + /** 鎵�灞炲洯鍖� */ + industrialParkId?: string; + /** 鐢宠濂栧姳閲戞湀浠� */ + applyMonth?: string; + } + + interface GetBonusStatisticsListOutput { + enterpriseId?: string; + /** 浼佷笟鍚嶇О */ + enterpriseName?: string; + /** 淇$敤浠g爜 */ + societyCreditCode?: string; + /** 鎵�灞炲洯鍖� */ + industrialParkName?: string; + parkId?: string; + /** 鑱旂郴浜� */ + contact?: string; + /** 鑱旂郴浜虹數璇� */ + contactPhone?: string; + /** 鐢宠濂栧姳閲戞湀浠� */ + applyMonth?: string; + /** 鐢虫姤鎵规鍙� */ + batchNo?: string; + /** 璐㈡斂鎷ㄤ粯閲戦 */ + financeSumAmount?: number; + /** 骞冲彴鎷ㄤ粯閲戦 */ + transferSumAmount?: number; + /** 浼佷笟鍏呭�兼�婚 */ + prechargeSumAmount?: number; + /** 浼佷笟鍑鸿处鎬婚 */ + tradeSumAmount?: number; + /** 浼佷笟鎻愮幇鎬婚 */ + withDrawalAmount?: number; + /** 璐︽埛浣欓 */ + remainAmount?: number; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + /** 鏄惁鏄剧ず浼佷笟鍏呭�� */ + enablePrecharge?: boolean; + /** 鏄惁鏄剧ず浼佷笟娑堣垂 */ + enableTrade?: boolean; + /** 鏄惁鏄剧ず浣欓鍒� */ + enableRemain?: boolean; + } + + interface GetBonusStatisticsListOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetBonusStatisticsListOutput[]; + } + interface GetBusinessPayInfoInput { pageModel?: Pagination; settleNo?: string; @@ -6903,6 +6964,25 @@ data?: GetEnterpriseBuntyTradeDto[]; } + interface GetEnterpriseConsumptionListOutput { + id?: string; + /** 娑堣垂鏃ユ湡 */ + tradeTime?: string; + /** 娑堣垂绫诲瀷 */ + payRemark?: string; + /** 娑堣垂閲戦 */ + tradeAmount?: number; + /** 娑堣垂鍑瘉 */ + payFileUrl?: string; + financeType?: FinanceTypeEnum; + } + + interface GetEnterpriseConsumptionListOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetEnterpriseConsumptionListOutput[]; + } + interface GetEnterpriseCredentialDataResponse { contactMobile?: string; address?: string; @@ -6976,6 +7056,24 @@ pageModel?: Pagination; objectData?: any; data?: GetEnterpriseDrawWithListOutput[]; + } + + interface GetEnterpriseDrawWithOutput { + id?: string; + /** 鐢宠鎻愮幇鏃ユ湡 */ + creationTime?: string; + /** 瀹℃牳閫氳繃鏃ユ湡 */ + checkDateTime?: string; + /** 鎻愮幇閲戦 */ + withdrawalAmount?: number; + /** 鎻愮幇鍑瘉 */ + checkFileUrl?: string; + } + + interface GetEnterpriseDrawWithOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetEnterpriseDrawWithOutput[]; } interface GetEnterpriseMonthApplyFileOutput { @@ -7090,6 +7188,24 @@ creationTime?: string; } + interface GetEnterpriseRechargeListOutput { + id?: string; + /** 鍏呭�兼棩鏈� */ + creationTime?: string; + /** 瀹℃牳閫氳繃鏃ユ湡 */ + checkDateTime?: string; + /** 鍏呭�奸噾棰� */ + prechargeAmount?: number; + /** 鍏呭�煎嚟璇� */ + rechargeVoucherFileUrl?: string; + } + + interface GetEnterpriseRechargeListOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetEnterpriseRechargeListOutput[]; + } + interface GetExternalSystemInput { pageModel?: Pagination; /** 鍏抽敭瀛� */ @@ -7105,6 +7221,24 @@ account?: string; /** 婧愭枃浠秈d */ fid?: string; + } + + interface GetFiscalAllocationOutput { + id?: string; + /** 鎷ㄤ粯鏃ユ湡 */ + financeToTime?: string; + /** 鍏ヨ处鏃ユ湡 */ + financeIncomeTime?: string; + /** 鎷ㄤ粯閲戦 */ + financeSumAmount?: number; + /** 鍏ヨ处鍑瘉 */ + financeToFileUrl?: string; + } + + interface GetFiscalAllocationOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetFiscalAllocationOutput[]; } interface GetFrontConsultListInput { @@ -8795,6 +8929,24 @@ platformServiceType?: PlatformServiceTypeEnum; } + interface GetPlatformAllocationOutput { + id?: string; + /** 鍏呭�兼棩鏈� */ + settleTime?: string; + /** 鍏ヨ处鏃ユ湡 */ + incomeTime?: string; + /** 鍏呭�奸噾棰� */ + settleSumAmount?: number; + /** 鍑瘉 */ + settleFileUrl?: string; + } + + interface GetPlatformAllocationOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: GetPlatformAllocationOutput[]; + } + interface GetPlatFormPurchasesInput { pageModel?: Pagination; /** 绫诲埆Id */ @@ -8894,9 +9046,36 @@ queryCondition?: string; } + interface GetRemainAmountOutput { + id?: string; + applyMonth?: string; + /** 鐢虫姤鎵规鍙� */ + batchNo?: string; + /** 璐㈡斂鎷ㄤ粯浣欓 */ + financeRemain?: number; + /** 骞冲彴鎷ㄤ粯浣欓 */ + platformRemain?: number; + /** 棰勫厖鍊间綑棰� */ + prechargeRemain?: number; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; + } + interface GetRewardPercentagesInput { /** 鎺掑簭淇℃伅锛氶粯璁ゆ寜Up涓荤瓑绾э細UpLevel鍗囧簭 */ orderInput?: OrderInput[]; + } + + interface GetRewardsDetailsInput { + pageModel?: Pagination; + /** 鐢ㄦ埛id */ + id?: string; + /** 鐢宠鏈堜唤 */ + applyMonth?: string; + /** 鐢虫姤鎵规鍙� */ + batchNo?: string; } interface GetRolesInput { @@ -13003,6 +13182,28 @@ properties?: Record<string, any>; } + interface JybUserInfoDto { + id?: string; + /** 浼佷笟鍚嶇О */ + enterpriseName?: string; + /** 鑱旂郴浜� */ + contact?: string; + /** 鑱旂郴鐢佃瘽 */ + contactPhone?: string; + /** 缁熶竴绀句細淇$敤浠g爜 */ + societyCreditCode?: string; + /** 璇︾粏鍦板潃 */ + addressDetail?: string; + /** 鐢ㄦ埛鎵嬫満鍙� */ + phoneNumber?: string; + /** 閾惰鎬昏鍚嶇О */ + bankName?: string; + /** 閾惰鍗″彿 */ + bankCardNumber?: string; + /** 缁戝畾閭鍦板潃 */ + bindEmailAddress?: string; + } + interface KeyInput { id?: string; } -- Gitblit v1.9.1