使用字典值替换所有枚举对象.
This commit is contained in:
@@ -66,10 +66,6 @@ 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