perf: 完善类型

This commit is contained in:
xingyu
2022-11-29 22:26:50 +08:00
parent 7e41b763f6
commit 4e860eb254
30 changed files with 217 additions and 91 deletions

View File

@@ -8,9 +8,7 @@ export interface NoticeVO {
status: number
remark: string
creator: string
createTime: string
updater: string
updateTime: string
createTime: Date
}
export interface NoticePageReqVO extends PageParam {