使用字典配置替换枚举.
This commit is contained in:
@@ -66,6 +66,8 @@ export interface DictValueQueryResponse extends TableData {
|
||||
* 字典配置值选项查询响应
|
||||
*/
|
||||
export interface DictValueOptionsQueryResponse extends Options {
|
||||
label: string;
|
||||
value: string | number | boolean;
|
||||
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user