From 61c935836c947aaf3421731045d024d064cc6688 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 07 八月 2025 13:33:16 +0800
Subject: [PATCH] feat: 企业

---
 src/services/api/typings.d.ts |  641 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 637 insertions(+), 4 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index d97b45f..853c62c 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -8,6 +8,45 @@
     request?: GetAliyunOSSAcsQuery;
   }
 
+  interface APIgetCurrentLogierMenuParams {
+    /** Id */
+    id?: string;
+  }
+
+  interface APIgetCurrentLogierMenusParams {
+    /** 鑾峰彇褰撳墠鐧诲綍鐢ㄦ埛鑿滃崟 */
+    request?: GetCurrentLogierMenusQuery;
+  }
+
+  interface APIgetDictionaryCategorySelectParams {
+    /** 鏌ヨ鏁版嵁瀛楀吀绫诲埆閫夋嫨鍣ㄦ暟鎹� */
+    request?: GetDictionaryCategorySelectQuery;
+  }
+
+  interface APIgetDictionaryDataSelectParams {
+    /** 绫诲埆Id锛圛d/缂栧彿浜岄�変竴锛� */
+    categoryId?: string;
+    /** 绫诲埆缂栧彿锛圛d/缂栧彿浜岄�変竴锛� */
+    categoryCode?: string;
+    /** 涓婄骇Id */
+    parentId?: string;
+  }
+
+  interface APIgetEnterpriseElectronSignSettingParams {
+    /** Id */
+    id?: string;
+  }
+
+  interface APIgetEnterpriseParams {
+    /** Id */
+    id?: string;
+  }
+
+  interface APIgetEnterpriseSmsSettingParams {
+    /** Id */
+    id?: string;
+  }
+
   interface APIgetMenuParams {
     /** Id */
     id?: string;
@@ -41,6 +80,22 @@
   interface APIgetRoleParams {
     /** Id */
     id?: string;
+  }
+
+  interface APIgetRoleUserInfosParams {
+    /** 瑙掕壊Id */
+    roleId?: string;
+  }
+
+  interface APIgetUserInfoRolesParams {
+    /** 鐢ㄦ埛Id */
+    userInfoId?: string;
+    /** 瀹㈡埛绔被鍨� */
+    clientType?: EnumClientType;
+  }
+
+  interface DeleteDictionaryCategoryCommand {
+    ids: string[];
   }
 
   interface DeleteMenuCommand {
@@ -82,9 +137,16 @@
 
   enum EnumPagedListOrder {
     /**鍗囧簭 */
-    Ascending = 0,
+    Asc = 0,
     /**闄嶅簭 */
-    Descending = 1,
+    Desc = 1,
+  }
+
+  enum EnumRealAccess {
+    /**涓婁笂绛� */
+    BestSign = 10,
+    /**鏀粯瀹濅俊浠荤 */
+    AlipaySign = 20,
   }
 
   enum EnumResourceController {
@@ -98,6 +160,10 @@
     Resource = 3,
     /**鐢ㄦ埛瑙掕壊 */
     Role = 4,
+    /**鐢ㄦ埛淇℃伅 */
+    UserInfo = 5,
+    /**浼佷笟淇℃伅 */
+    Enterprise = 6,
   }
 
   enum EnumResourceMethod {
@@ -126,6 +192,18 @@
     All = 999,
   }
 
+  enum EnumSmsAccess {
+    /**闃块噷浜戠煭淇� */
+    AliyunSms = 10,
+  }
+
+  enum EnumUserInfoStatus {
+    /**姝e父 */
+    Normal = 10,
+    /**绂佺敤 */
+    Disabled = 100,
+  }
+
   enum EnumUserType {
     /**涓汉 */
     Personal = 10,
@@ -143,6 +221,60 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: GetAliyunOSSAcsQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetEnterpriseElectronSignSettingQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetEnterpriseElectronSignSettingQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetEnterpriseQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetEnterpriseQueryResult;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultGetEnterpriseSmsSettingQueryResult {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: GetEnterpriseSmsSettingQueryResult;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -284,6 +416,100 @@
     timestamp?: number;
   }
 
+  interface FriendlyResultListGetRoleUserInfosQueryResultItem {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    /** 鏁版嵁 */
+    data?: GetRoleUserInfosQueryResultItem[];
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultListGetUserInfoRolesQueryResultItem {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    /** 鏁版嵁 */
+    data?: GetUserInfoRolesQueryResultItem[];
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultListSelectOptionGuidGetDictionaryCategorySelectQueryOption {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    /** 鏁版嵁 */
+    data?: SelectOptionGuidGetDictionaryCategorySelectQueryOption[];
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultListSelectOptionGuidGetDictionaryDataSelectQueryResultOption {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    /** 鏁版嵁 */
+    data?: SelectOptionGuidGetDictionaryDataSelectQueryResultOption[];
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultPagedListQueryResultGetDictionaryCategoriesQueryResultItem {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: PagedListQueryResultGetDictionaryCategoriesQueryResultItem;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
   interface FriendlyResultPagedListQueryResultGetDictionaryDatasQueryResultItem {
     /** 璺熻釜Id */
     traceId?: string;
@@ -292,6 +518,42 @@
     /** 閿欒鐮� */
     errorCode?: string;
     data?: PagedListQueryResultGetDictionaryDatasQueryResultItem;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultPagedListQueryResultGetEnterprisesQueryResultItem {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: PagedListQueryResultGetEnterprisesQueryResultItem;
+    /** 鎵ц鎴愬姛 */
+    success?: boolean;
+    /** 閿欒淇℃伅 */
+    msg?: any;
+    /** 闄勫姞鏁版嵁 */
+    extras?: any;
+    /** 鏃堕棿鎴� */
+    timestamp?: number;
+  }
+
+  interface FriendlyResultPagedListQueryResultGetOperationUserInfosQueryResultItem {
+    /** 璺熻釜Id */
+    traceId?: string;
+    /** 鐘舵�佺爜 */
+    code?: number;
+    /** 閿欒鐮� */
+    errorCode?: string;
+    data?: PagedListQueryResultGetOperationUserInfosQueryResultItem;
     /** 鎵ц鎴愬姛 */
     success?: boolean;
     /** 閿欒淇℃伅 */
@@ -348,11 +610,157 @@
     requestId?: string;
   }
 
-  interface GetDictionaryDatasQuery {
+  type GetCurrentLogierMenusQuery = Record<string, any>;
+
+  interface GetDictionaryCategoriesQuery {
     pageModel?: PagedListQueryPageModel;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
   }
 
-  type GetDictionaryDatasQueryResultItem = Record<string, any>;
+  interface GetDictionaryCategoriesQueryResultItem {
+    /** Id */
+    id?: string;
+    /** 缂栧彿 */
+    code?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 瀛楁鍚嶏紙閫楀彿闅斿紑锛� */
+    fieldNames?: string;
+    /** 鎺掑簭 */
+    sort?: number;
+  }
+
+  type GetDictionaryCategorySelectQuery = Record<string, any>;
+
+  interface GetDictionaryDatasQuery {
+    pageModel?: PagedListQueryPageModel;
+    /** 绫诲埆Id锛圛d/缂栧彿浜岄�変竴锛� */
+    categoryId?: string;
+    /** 绫诲埆缂栧彿锛圛d/缂栧彿浜岄�変竴锛� */
+    categoryCode?: string;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+  }
+
+  interface GetDictionaryDatasQueryResultItem {
+    /** Id */
+    id?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 绫诲埆缂栧彿 */
+    categoryCode?: string;
+    /** 绫诲埆鍚嶇О */
+    categoryName?: string;
+    /** 涓婄骇Id */
+    parentId?: string;
+    /** 缂栧彿 */
+    code?: string;
+    /** 鏄剧ず鍐呭 */
+    content: string;
+    /** 瀛楁1 */
+    field1?: string;
+    /** 瀛楁2 */
+    field2?: string;
+    /** 瀛楁3 */
+    field3?: string;
+    /** 瀛楁4 */
+    field4?: string;
+    /** 瀛楁5 */
+    field5?: string;
+    /** 鎺掑簭 */
+    sort?: number;
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+  }
+
+  interface GetEnterpriseElectronSignSettingQueryResult {
+    /** Id */
+    id?: string;
+    realAccess?: EnumRealAccess;
+    /** 瀹炲悕璐圭敤 */
+    realVerifyCost?: number;
+    /** 绛剧害璐圭敤 */
+    signCost?: number;
+    /** 涓�鍙d环 */
+    mergeSignCost?: number;
+  }
+
+  interface GetEnterpriseQueryResult {
+    /** Id */
+    id?: string;
+    /** 浼佷笟鍏ㄧО */
+    enterpriseName?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 娉曚汉濮撳悕 */
+    legalPerson?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalIdentity?: string;
+    /** 鎵�鍦ㄧ渷浠絀d */
+    provinceId?: string;
+    /** 鎵�鍦ㄧ渷浠� */
+    provinceContent?: string;
+    /** 鎵�鍦ㄥ煄甯侷d */
+    cityId?: string;
+    /** 鎵�鍦ㄥ煄甯� */
+    cityContent?: string;
+    /** 鎵�灞炶涓欼d */
+    industryTypeId?: string;
+    /** 鎵�灞炶涓� */
+    industryTypeContent?: string;
+    /** 涓昏惀涓氬姟 */
+    mainBusiness?: string;
+    /** 鑱旂郴浜� */
+    contacts?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhoneNumber?: string;
+    /** 鑱旂郴閭 */
+    contactEmail?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+  }
+
+  interface GetEnterpriseSmsSettingQueryResult {
+    /** Id */
+    id?: string;
+    smsAccess?: EnumSmsAccess;
+    /** 鐭俊璐圭敤 */
+    smsCost?: number;
+  }
+
+  interface GetEnterprisesQuery {
+    pageModel?: PagedListQueryPageModel;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    /** 鏄惁宸查厤缃� */
+    isConfigured?: boolean;
+  }
+
+  interface GetEnterprisesQueryResultItem {
+    /** Id */
+    id?: string;
+    /** 浼佷笟鍏ㄧО */
+    enterpriseName?: string;
+    /** 娉曚汉濮撳悕 */
+    legalPerson?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
+    /** 鏄惁瀹炲悕 */
+    isReal?: boolean;
+    /** 鑱旂郴浜� */
+    contacts?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhoneNumber?: string;
+    /** 鎵�鍦ㄧ渷浠� */
+    provinceContent?: string;
+    /** 鎵�鍦ㄥ煄甯� */
+    cityContent?: string;
+    /** 鎵�灞炶涓� */
+    industryTypeContent?: string;
+    /** 鏄惁宸查厤缃� */
+    isConfigured?: boolean;
+  }
 
   interface GetMenuQueryResult {
     /** Id */
@@ -470,6 +878,35 @@
     remark?: string;
   }
 
+  interface GetOperationUserInfosQuery {
+    pageModel?: PagedListQueryPageModel;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+  }
+
+  interface GetOperationUserInfosQueryResultItem {
+    /** Id */
+    id?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 瑙掕壊 */
+    roles?: GetOperationUserInfosQueryResultItemRole[];
+    status?: EnumUserInfoStatus;
+  }
+
+  interface GetOperationUserInfosQueryResultItemRole {
+    /** 瑙掕壊Id */
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+  }
+
   interface GetResourceFieldsQueryResultItem {
     /** 缂栧彿 */
     code?: string;
@@ -511,6 +948,9 @@
     clientType?: EnumClientType;
     /** 鏈�浣庣骇鍒� */
     minLevel?: number;
+    dataPower?: EnumRoleWebApiDataPower;
+    /** 澶囨敞 */
+    remark?: string;
     /** 鑿滃崟Id */
     menuIds?: string[];
     /** 璧勬簮 */
@@ -527,6 +967,8 @@
     pageModel?: PagedListQueryPageModel;
     userType?: EnumUserType;
     clientType?: EnumClientType;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
   }
 
   interface GetRolesQueryResultItem {
@@ -538,6 +980,35 @@
     clientType?: EnumClientType;
     /** 鏈�浣庣骇鍒� */
     minLevel?: number;
+    dataPower?: EnumRoleWebApiDataPower;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+    /** 鐢ㄦ埛鏁伴噺 */
+    userCount?: number;
+  }
+
+  interface GetRoleUserInfosQueryResultItem {
+    /** 鐢ㄦ埛Id */
+    id?: string;
+    /** 濮撳悕 */
+    name?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 鏄惁閫変腑 */
+    isChecked?: boolean;
+  }
+
+  interface GetUserInfoRolesQueryResultItem {
+    /** 瑙掕壊Id */
+    id?: string;
+    /** 鍚嶇О */
+    name?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鏄惁閫変腑 */
+    isChecked?: boolean;
   }
 
   interface PagedListQueryPageModel {
@@ -555,10 +1026,28 @@
     order?: EnumPagedListOrder;
   }
 
+  interface PagedListQueryResultGetDictionaryCategoriesQueryResultItem {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetDictionaryCategoriesQueryResultItem[];
+  }
+
   interface PagedListQueryResultGetDictionaryDatasQueryResultItem {
     pageModel?: PagedListQueryResultPageModel;
     /** 鏁版嵁 */
     data?: GetDictionaryDatasQueryResultItem[];
+  }
+
+  interface PagedListQueryResultGetEnterprisesQueryResultItem {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetEnterprisesQueryResultItem[];
+  }
+
+  interface PagedListQueryResultGetOperationUserInfosQueryResultItem {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetOperationUserInfosQueryResultItem[];
   }
 
   interface PagedListQueryResultGetRolesQueryResultItem {
@@ -594,6 +1083,77 @@
     accessToken?: string;
     /** 鍒锋柊浠ょ墝 */
     refreshToken?: string;
+  }
+
+  interface SaveDictionaryCategoryCommand {
+    /** Id */
+    id?: string;
+    /** 缂栧彿 */
+    code: string;
+    /** 鍚嶇О */
+    name: string;
+    /** 瀛楁鍚嶏紙閫楀彿闅斿紑锛� */
+    fieldNames?: string;
+    /** 鎺掑簭 */
+    sort?: number;
+  }
+
+  interface SaveDictionaryDataCommand {
+    /** Id */
+    id?: string;
+    /** 绫诲埆Id */
+    categoryId?: string;
+    /** 涓婄骇Id */
+    parentId?: string;
+    /** 缂栧彿 */
+    code?: string;
+    /** 鏄剧ず鍐呭 */
+    content: string;
+    /** 瀛楁1 */
+    field1?: string;
+    /** 瀛楁2 */
+    field2?: string;
+    /** 瀛楁3 */
+    field3?: string;
+    /** 瀛楁4 */
+    field4?: string;
+    /** 瀛楁5 */
+    field5?: string;
+    /** 鎺掑簭 */
+    sort?: number;
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+  }
+
+  interface SaveEnterpriseCommand {
+    /** Id */
+    id?: string;
+    /** 浼佷笟鍏ㄧО */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode: string;
+    /** 娉曚汉濮撳悕 */
+    legalPerson?: string;
+    /** 娉曚汉韬唤璇佸彿 */
+    legalIdentity?: string;
+    /** 鎵�鍦ㄧ渷浠絀d */
+    provinceId?: string;
+    /** 鎵�鍦ㄥ煄甯侷d */
+    cityId?: string;
+    /** 鎵�灞炶涓欼d */
+    industryTypeId?: string;
+    /** 涓昏惀涓氬姟 */
+    mainBusiness?: string;
+    /** 鑱旂郴浜� */
+    contacts?: string;
+    /** 鑱旂郴鐢佃瘽 */
+    contactPhoneNumber?: string;
+    /** 鑱旂郴閭 */
+    contactEmail?: string;
+    /** 璐﹀彿 */
+    userName?: string;
+    /** 瀵嗙爜 */
+    password?: string;
   }
 
   interface SaveMenuButtonCommand {
@@ -728,10 +1288,57 @@
     clientType?: EnumClientType;
     /** 鏈�浣庣骇鍒� */
     minLevel?: number;
+    dataPower?: EnumRoleWebApiDataPower;
+    /** 澶囨敞 */
+    remark?: string;
     /** 鑿滃崟Id */
     menuIds?: string[];
     /** 璧勬簮 */
     resources?: GetRoleQueryResultResource[];
+  }
+
+  interface SelectOptionGuidGetDictionaryCategorySelectQueryOption {
+    /** 鍊� */
+    value?: string;
+    /** 鏍囩 */
+    label?: string;
+    /** 鏁版嵁 */
+    data?: any;
+  }
+
+  interface SelectOptionGuidGetDictionaryDataSelectQueryResultOption {
+    /** 鍊� */
+    value?: string;
+    /** 鏍囩 */
+    label?: string;
+    /** 鏁版嵁 */
+    data?: any;
+  }
+
+  interface SetDictionaryDataIsDisabledCommand {
+    ids?: string[];
+    /** 鏄惁宸茬鐢� */
+    isDisabled?: boolean;
+  }
+
+  interface SetEnterpriseElectronSignSettingCommand {
+    /** Id */
+    id?: string;
+    realAccess?: EnumRealAccess;
+    /** 瀹炲悕璐圭敤 */
+    realVerifyCost?: number;
+    /** 绛剧害璐圭敤 */
+    signCost?: number;
+    /** 涓�鍙d环 */
+    mergeSignCost?: number;
+  }
+
+  interface SetEnterpriseSmsSettingCommand {
+    /** Id */
+    id?: string;
+    smsAccess?: EnumSmsAccess;
+    /** 鐭俊璐圭敤 */
+    smsCost?: number;
   }
 
   interface SetMenuSwitchCommand {
@@ -743,4 +1350,30 @@
     /** 鏄惁缂撳瓨锛坣ull鏃朵笉鏇存柊锛� */
     isCache?: boolean;
   }
+
+  interface SetRoleIsDisabledCommand {
+    ids?: string[];
+    /** 鏄惁宸茬鐢� */
+    isDisabled?: boolean;
+  }
+
+  interface SetRoleUserInfosCommand {
+    /** 瑙掕壊Id */
+    roleId?: string;
+    /** 鐢ㄦ埛Id */
+    userInfoIds?: string[];
+  }
+
+  interface SetUserInfoRolesCommand {
+    /** 鐢ㄦ埛Id */
+    userInfoId?: string;
+    /** 瑙掕壊Id */
+    roleIds?: string[];
+  }
+
+  interface SetUserInfoStatusCommand {
+    /** Id */
+    ids?: string[];
+    status?: EnumUserInfoStatus;
+  }
 }

--
Gitblit v1.9.1