perf: typo

This commit is contained in:
xingyu
2022-11-29 23:23:33 +08:00
parent 4e860eb254
commit 3cfa787ede
16 changed files with 181 additions and 54 deletions

View File

@@ -12,8 +12,8 @@ export type CodegenTableVO = {
className: string
classComment: string
author: string
createTime: string
updateTime: string
createTime: Date
updateTime: Date
templateType: number
parentMenuId: number
}