修正ts类型
This commit is contained in:
@@ -29,7 +29,7 @@ export interface UserQuery extends PageQuery {
|
||||
* 用户返回对象
|
||||
*/
|
||||
export interface UserVO extends BaseEntity {
|
||||
userId: string | number;
|
||||
userId: string;
|
||||
tenantId: string;
|
||||
deptId: number;
|
||||
userName: string;
|
||||
|
||||
Reference in New Issue
Block a user