Optimize ToolTemplate management page

This commit is contained in:
2024-01-23 00:45:05 +08:00
parent 027519aa60
commit 12cdff377e
3 changed files with 4 additions and 1 deletions

1
src/global.d.ts vendored
View File

@@ -512,6 +512,7 @@ interface ToolTemplateVo {
enable: boolean
createTime: string
updateTime: string
base: ToolBaseVo
}
interface ToolTemplateAddEditParam {