perf: vxe demo

This commit is contained in:
xingyu4j
2022-11-07 18:13:04 +08:00
parent 1a45526a9d
commit dc84ebde9d
5 changed files with 113 additions and 68 deletions

View File

@ -5,7 +5,7 @@ export type PostVO = {
sort: number
status: number
remark: string
createTime: string
createTime?: string
}
export type PostPageReqVO = {