refactor: 补全类型定义

This commit is contained in:
AN
2025-06-05 11:16:58 +08:00
parent aa0fe7f056
commit 9cdbf81467
3 changed files with 36 additions and 24 deletions

View File

@ -47,7 +47,7 @@ function createDefaultModel(): Model {
configName: '',
configKey: '',
configValue: '',
configType: '',
configType: 'Y',
remark: ''
};
}