src/services/api/typings.d.ts
@@ -13,6 +13,20 @@ request?: GetCurrentLogierMenusQuery; } interface APIgetDictionaryCategorySelectParams { /** 查询数据字典类别选择器数据 */ request?: GetDictionaryCategorySelectQuery; } interface APIgetDictionaryDataSelectParams { /** 类别Id(Id/编号二选一) */ categoryId?: string; /** 类别编号(Id/编号二选一) */ categoryCode?: string; /** 上级Id */ parentId?: string; } interface APIgetMenuParams { /** Id */ id?: string;