refactor: 代码优化

This commit is contained in:
郝先瑞
2022-03-22 00:08:06 +08:00
parent 88ee9c7d3a
commit de3d0ef8d8
5 changed files with 15 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
import { PageQueryParam, PageResult } from "../base"
/**
* 用户信息类型声明
* 登录用户类型声明
*/
export interface UserInfo {
nickname: string,