From 34e523d5ed7f25a0bc20532577ccde90386352aa Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 23 十月 2025 15:22:41 +0800
Subject: [PATCH] Merge branch 'dev-2.2.3' of http://120.26.58.240:8888/r/JYBIndependentFront into dev-2.2.3

---
 src/services/api/typings.d.ts |  303 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 293 insertions(+), 10 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 7769d30..faa86b6 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -469,21 +469,13 @@
   interface AuditParkBountyTradeBySelfInput {
     /** 鍑鸿处璁板綍Id */
     id?: string;
+    /** 818鍑鸿处璁板綍Id */
+    parkBountyApplyDetailId?: string;
     selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     /** 瀹℃牳澶囨敞 */
     selfAuditRemark?: string;
     /** 瀹℃牳鍑瘉 */
     selfAuditFileUrl?: string;
-  }
-
-  interface AuditParkBountyTradeInput {
-    /** 鍑鸿处璁板綍Id */
-    id?: string;
-    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
-    /** 瀹℃牳澶囨敞 */
-    auditRemark?: string;
-    /** 瀹℃牳鍑瘉 */
-    payAuditFileUrl?: string;
   }
 
   interface BaseAuthorizeDto {
@@ -531,6 +523,8 @@
   interface BatchSyncUserAmountInput {
     items?: SyncUserAmountInput[];
   }
+
+  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
 
   interface ChangePasswordInput {
     currentPassword?: string;
@@ -745,6 +739,12 @@
     downsizingInsuranceList?: string[];
   }
 
+  type EnterprisePrechargeInComeStatusEnum = 10 | 20;
+
+  type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
+
+  type EnterpriseTypeEnum = 10 | 20 | 30 | 40;
+
   interface EntityExtensionDto {
     properties?: Record<string, any>;
     configuration?: Record<string, any>;
@@ -852,11 +852,67 @@
     url?: string;
   }
 
+  type FinanceStatusEnum = 1 | 2 | 3;
+
   type FinanceTypeEnum = 10 | 20;
+
+  type GenderTypeEnum = 1 | 2;
 
   interface GetEffectingStaffListInput {
     claimDateTime?: string;
     idNumber?: string;
+  }
+
+  interface GetEnterpriseDrawWithListInput {
+    pageModel?: Pagination;
+    keyWord?: string;
+    beginDateTime?: string;
+    endDateTime?: string;
+    enterpriseId?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+  }
+
+  interface GetEnterpriseDrawWithListOutput {
+    drawWithId?: string;
+    enterpriseId?: string;
+    enterpriseName?: string;
+    societyCreditCode?: string;
+    creationTime?: string;
+    enterpriseType?: string;
+    parkName?: string;
+    parkType?: string;
+    amount?: number;
+    remainAmount?: number;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+    checkTime?: string;
+    checkRemark?: string;
+    checkFileUrl?: string;
+  }
+
+  interface GetEnterpriseDrawWithListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterpriseDrawWithListOutput[];
+  }
+
+  interface GetEnterprisePrechargeListOutput {
+    id?: string;
+    /** 鍏呭�奸噾棰� */
+    prechargeAmount?: number;
+    /** 鍏呭�煎嚟璇� */
+    rechargeVoucherFileUrl?: string;
+    /** 瀹℃牳澶囨敞 */
+    checkRemark?: string;
+    checkStatus?: EnterpriseRechargeStatusEnum;
+    inComeStatus?: EnterprisePrechargeInComeStatusEnum;
+    /** 鎻愪氦鏃ユ湡 */
+    creationTime?: string;
+  }
+
+  interface GetEnterprisePrechargeListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterprisePrechargeListOutput[];
   }
 
   interface GetFeatureListResultDto {
@@ -1124,6 +1180,7 @@
     /** 绀句細缁熶竴淇$敤浠g爜 */
     societyCreditCode?: string;
     id?: string;
+    parkBountyApplyDetailId?: string;
     /** 鏈�杩戝嚭璐﹂噾棰� */
     tradeAmount?: number;
     /** 鍑鸿处鍑瘉 */
@@ -1209,6 +1266,63 @@
     pageModel?: Pagination;
     objectData?: any;
     data?: GetParkBountyTradeOutput[];
+  }
+
+  interface GetParkCustomerBountyFinanceOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢虫姤鏈堜唤 */
+    applyMonth?: string;
+    /** 鐢虫姤鎬婚 */
+    applySumAmount?: number;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmount?: number;
+    /** 璐㈡斂鎷ㄤ粯鍏ヨ处鏃堕棿 */
+    financeToTime?: string;
+    /** 璐㈡斂鎷ㄤ粯鍙戞斁鏃ユ湡 */
+    financeTime?: string;
+    financeToStatus?: FinanceStatusEnum;
+    /** 鎷ㄤ粯鍏ヨ处鍑瘉 */
+    financeToFileUrl?: string;
+    inCheckStatus?: BountyCheckStatusEnum;
+    outCheckStatus?: BountyCheckStatusEnum;
+  }
+
+  interface GetParkCustomerBountyFinanceOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountyFinanceOutput[];
+  }
+
+  interface GetParkCustomerBountySettleOutput {
+    id?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢虫姤鏈堜唤 */
+    applyMonth?: string;
+    /** 鐢虫姤鎬婚 */
+    applySumAmount?: number;
+    /** 骞冲彴鍏呭�煎叆璐︽椂闂� */
+    transferToTime?: string;
+    transferToStatus?: TransferToStatusEnum;
+    /** 骞冲彴鍏呭�奸噾棰� */
+    transferToAmount?: number;
+    /** 骞冲彴鍏呭�煎叆璐﹀嚟璇� */
+    transferToFileUrl?: string;
+    /** 璐㈡斂鎷ㄤ粯閲戦 */
+    financeToAmount?: number;
+    /** 骞冲彴鍏呭�煎彂鏀炬棩鏈� */
+    settleTime?: string;
+    financeToStatus?: FinanceStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+    outCheckStatus?: BountyCheckStatusEnum;
+  }
+
+  interface GetParkCustomerBountySettleOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetParkCustomerBountySettleOutput[];
   }
 
   interface GetPermissionListResultDto {
@@ -1487,6 +1601,8 @@
     /** 瀵煎叆澶辫触鍒楄〃 */
     errorList?: ImportInsStaffAnalysisList[];
   }
+
+  type IndustrialParkStatusEnum = 10 | -10;
 
   type InsuranceClaimAttachmentBusinessTypeEnum = 10 | 20 | 30 | 40 | 50;
 
@@ -1911,6 +2027,8 @@
 
   type InsureProductSettingStatusEnum = 10 | -10;
 
+  type InvoicingStatusEnum = 0 | 10 | 20;
+
   interface IStringValueType {
     name?: string;
     properties?: Record<string, any>;
@@ -1944,6 +2062,8 @@
     name?: string;
     resource?: string;
   }
+
+  type MatchMakingIdentityEnum = 10 | 20;
 
   interface MethodParameterApiDescriptionModel {
     name?: string;
@@ -2493,6 +2613,11 @@
     importChannel?: string;
   }
 
+  interface QueryParkCustomerBountyApplyInput {
+    pageModel?: Pagination;
+    id?: string;
+  }
+
   interface QueryUserPageInput {
     pageModel?: Pagination;
     searchKey?: string;
@@ -2647,6 +2772,34 @@
     modules: ModuleTypeInfo[];
   }
 
+  interface SyncAuditParkBountyTradeInput {
+    /** 鍑鸿处璁板綍Id */
+    id?: string;
+    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 瀹℃牳澶囨敞 */
+    auditRemark?: string;
+    /** 瀹℃牳鍑瘉 */
+    payAuditFileUrl?: string;
+    /** 鍑鸿处鎿嶄綔浜� */
+    auditOperator?: string;
+    /** 鍑鸿处鎿嶄綔浜篒D */
+    auditOperatorId?: string;
+  }
+
+  interface SyncFinanceAuditParkBountyTradeInput {
+    /** 鍑鸿处璁板綍Id */
+    id?: string;
+    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 瀹℃牳澶囨敞 */
+    auditRemark?: string;
+    /** 瀹℃牳鍑瘉 */
+    payAuditFileUrl?: string;
+    /** 璐㈠姟瀹℃牳鎿嶄綔浜� */
+    financeAuditOperator?: string;
+    /** 璐㈠姟瀹℃牳鎿嶄綔浜篒d */
+    financeAuditOperatorId?: string;
+  }
+
   interface SyncUserAmountInput {
     /** 鐢ㄦ埛鍚嶇О */
     id?: string;
@@ -2728,6 +2881,8 @@
   interface TimingDto {
     timeZone?: TimeZone;
   }
+
+  type TransferToStatusEnum = 1 | 2;
 
   interface TypeApiDescriptionModel {
     baseType?: string;
@@ -2931,6 +3086,12 @@
     totalAmount?: number;
   }
 
+  type UserCertificationAuditStatusEnum = 0 | 10 | 30 | 40;
+
+  type UserCertificationChannelEnum = 10 | 20;
+
+  type UserCertificationStatusEnum = 0 | 20 | 30;
+
   interface UserData {
     id?: string;
     tenantId?: string;
@@ -2981,6 +3142,112 @@
     batchUpdateMessage?: boolean;
     /** 浼佷笟鍚嶇О */
     enterpriseName?: string;
+  }
+
+  interface UserInfoV2 {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鐢ㄦ埛鐧诲綍鎵�浣跨敤鐨勬墜鏈哄彿 */
+    userPhoneNumber?: string;
+    /** 璐︽埛浣欓 */
+    amount?: number;
+    /** 鏀跺埌鎵撹祻 */
+    reward?: number;
+    /** 鏄电О */
+    nickName?: string;
+    userCertificationAuditStatus?: UserCertificationAuditStatusEnum;
+    /** 鐢ㄦ埛璁よ瘉Id */
+    userCertificationId?: string;
+    /** 浼佷笟璁よ瘉鐨勫悕绉� */
+    customerName?: string;
+    /** 浼佷笟缁熶竴淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鐢ㄦ埛璁よ瘉Id(鍏徃Id) */
+    companyId?: string;
+    /** 娉曚汉鍚嶇О */
+    legalPersonName?: string;
+    /** 骞存秷璐� */
+    yearlyConsume?: number;
+    /** 骞翠骇鍝佽喘涔版秷璐� */
+    yearlyPurchasedConsume?: number;
+    /** 骞存墦璧忔秷璐� */
+    yearlyRewardConsume?: number;
+    /** 骞翠骇鍝佸箍鍛婃姇鏀炬秷璐� */
+    yearlyProductAdConsume?: number;
+    /** 骞磋祫璁箍鍛婃姇鏀炬秷璐� */
+    yearlyInformationAdConsume?: number;
+    /** 1锛屼紒涓� 2锛� 涓汉 */
+    userType?: number;
+    authType?: EnterpriseTypeEnum;
+    userCertificationStatus?: UserCertificationStatusEnum;
+    /** 0 鏈紑閫� 10 寰呭鏍�   20鍔炵悊涓�  30閫氳繃  -20 椹冲洖 40 涓嬫灦 50 绯荤粺涓嬫灦 */
+    openHRSiteStatus?: number;
+    /** 鑱旂郴浜� */
+    contacter?: string;
+    /** 鐢ㄦ埛璁よ瘉杩囨湡鏃ユ湡 */
+    userCertificationExpirationTime?: string;
+    invoicingStatus?: InvoicingStatusEnum;
+    /** 骞村寮�濮嬫椂闂� */
+    annualAuditStartTime?: string;
+    /** 鏀粯鍙戠エ鍦板潃 */
+    payInvoicingUrl?: string;
+    /** 缁戝畾閭鍦板潃 */
+    bindEmailAddress?: string;
+    /** 鐢ㄦ埛澶村儚鍦板潃 */
+    avatarUrl?: string;
+    genderType?: GenderTypeEnum;
+    /** 鑱岀О */
+    jobTitle?: string;
+    /** 鐪乧ode */
+    provinceCode?: number;
+    /** 甯俢ode */
+    cityCode?: number;
+    /** 鍖哄幙code */
+    countyCode?: number;
+    /** 鐪� */
+    provinceName?: string;
+    /** 甯� */
+    cityName?: string;
+    /** 鍖哄幙 */
+    countyName?: string;
+    /** 璇︾粏鍦板潃 */
+    addressDetail?: string;
+    /** 寰俊浜岀淮鐮佸浘鐗� */
+    wxQrCodeUrl?: string;
+    /** 涓汉淇℃伅閭鍦板潃 */
+    userInfoEmailAddress?: string;
+    /** 淇濋櫓绛剧害鐘舵�� 0鏈绾� 10宸茬绾� */
+    insureSignStatus?: number;
+    /** 鏄惁鎻愪氦閽卞寘寮�鎴风敵璇� */
+    isApplyWalletAccountOpen?: boolean;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhone?: string;
+    /** 閽卞寘寮�鎴风姸鎬� */
+    walletAccountOpenStatus?: WalletAccountOpenStatusInfo[];
+    /** 閽卞寘鐘舵�� */
+    walletMainStatus?: WalletAccountTypeMainStatusInfo[];
+    matchMakingIdentity?: MatchMakingIdentityEnum;
+    /** 鐢靛瓙绛惧嵃绔犲浘鐗囩敓鎴愮姸鎬� 0鏈敓鎴� 1宸茬敓鎴� */
+    signatureImageStatus?: number;
+    certificationChannel?: UserCertificationChannelEnum;
+    industrialParkId?: string;
+    industrialParkName?: string;
+    suportEnterpriseUpload?: boolean;
+    suportPlatRecharge?: boolean;
+    rewardEnable?: boolean;
+    suportWithDraw?: boolean;
+    industrialParkStatus?: IndustrialParkStatusEnum;
+    isHasBountyApply?: boolean;
+    /** 鏄惁鍙互鐧诲綍鐢靛瓙绛� */
+    canLoginUserSign?: boolean;
+    /** 鏄惁鍙互鐧诲綍姹熶綉淇� */
+    canLoginJYB?: boolean;
+    /** 鏄惁鍙互鐧诲綍鐏垫椿鐢ㄥ伐 */
+    canLoginFlexJob?: boolean;
   }
 
   interface UserListOutput {
@@ -3057,6 +3324,22 @@
     sequence?: number;
   }
 
+  type WalletAccountOpenStatusEnum = 10 | 20;
+
+  interface WalletAccountOpenStatusInfo {
+    walletAccountType?: WalletAccountTypeEnum;
+    walletAccountOpenStatus?: WalletAccountOpenStatusEnum;
+  }
+
+  type WalletAccountTypeEnum = 10 | 20 | 30;
+
+  interface WalletAccountTypeMainStatusInfo {
+    walletAccountType?: WalletAccountTypeEnum;
+    walletMainStatus?: WalletMainStatusEnum;
+  }
+
+  type WalletMainStatusEnum = 10 | -20 | -10;
+
   interface WindowsTimeZone {
     timeZoneId?: string;
   }

--
Gitblit v1.9.1