From 7d0199cc57aecbc88b19ec8bab2db49ca2be31bb Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 13 十一月 2025 16:13:20 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/typings.d.ts |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index ce77a89..e139225 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -4119,6 +4119,8 @@
     id?: string;
     /** 渚涘簲鍟咺d */
     supplierEnterpriseId?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
     /** 闇�姹備汉鏁� */
     needPeopleNumber?: number;
     /** 浠诲姟鍚嶇О */
@@ -4206,6 +4208,8 @@
     id?: string;
     /** 浠诲姟浜哄憳Id */
     taskInfoUserId?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
     enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser;
     /** 楠屾敹鏃堕棿 */
     date?: string;
@@ -6535,6 +6539,8 @@
     isDisabled?: boolean;
     /** 鐢ㄦ埛鏁伴噺 */
     userCount?: number;
+    /** 鏄惁鍏紑 */
+    isPublic?: boolean;
   }
 
   interface GetRoleUserInfosQueryResultItem {
@@ -6607,6 +6613,8 @@
   interface GetSettlementTasksQueryResultItem {
     /** 浠诲姟Id */
     id?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
     /** 鎵�灞炰换鍔� */
     name?: string;
     /** 浠诲姟鍗曞彿 */
@@ -6677,6 +6685,8 @@
     checkReceiveEndDate?: string;
     /** 浠诲姟鍚嶇О */
     name?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
     /** 浠诲姟鍗曞彿 */
     code?: string;
     billingMethod?: EnumBillingMethod;
@@ -6924,6 +6934,8 @@
     id?: string;
     /** 渚涘簲鍟咺d */
     supplierEnterpriseId?: string;
+    /** 鏄惁鍐呴儴浠诲姟 */
+    isInternal?: boolean;
     /** 渚涘簲鍟� */
     supplierEnterpriseName?: string;
     /** 闇�姹備汉鏁� */

--
Gitblit v1.9.1