1. 将 BasePage 重命名为 PageParam
2. 增加代码注释 3. 调整 menu 重置表单的逻辑,避免写 2 遍 null 的数据
This commit is contained in:
@@ -12,7 +12,7 @@ export interface LoginLogVO {
|
||||
createTime: string
|
||||
}
|
||||
|
||||
export interface LoginLogReqVO extends BasePage {
|
||||
export interface LoginLogReqVO extends PageParam {
|
||||
userIp?: string
|
||||
username?: string
|
||||
status?: boolean
|
||||
|
||||
Reference in New Issue
Block a user