review code.

This commit is contained in:
lijiahang
2023-10-26 17:12:17 +08:00
parent 6c4e588f92
commit 18de1a2a3a
18 changed files with 81 additions and 51 deletions

View File

@@ -8,7 +8,6 @@ import qs from 'query-string';
*/
export interface DictValueCreateRequest {
keyId?: number;
keyName?: string;
name?: string;
value?: string;
label?: string;
@@ -53,6 +52,7 @@ export interface DictValueQueryResponse extends TableData {
id?: number;
keyId?: number;
keyName?: string;
keyDescription?: string;
name?: string;
value?: string;
label?: string;