chore: 完善form demo

This commit is contained in:
dap
2024-09-11 21:32:30 +08:00
parent 6063a8e294
commit 14b9553b7e
9 changed files with 228 additions and 91 deletions

View File

@@ -0,0 +1,9 @@
export interface Config {
configId: number;
configName: string;
configKey: string;
configValue: string;
configType: string;
remark: string;
createTime: string;
}