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

@@ -13,8 +13,8 @@ export interface UserVO {
loginIp: string
status: number
remark: string
loginDate: string
createTime: string
loginDate: Date
createTime: Date
}
export interface UserPageReqVO extends PageParam {
@@ -22,14 +22,14 @@ export interface UserPageReqVO extends PageParam {
username?: string
mobile?: string
status?: number
createTime?: string[]
createTime?: Date[]
}
export interface UserExportReqVO {
code?: string
name?: string
status?: number
createTime?: string[]
createTime?: Date[]
}
// 查询用户管理列表