✨ 用户查询新增根据用户id查询
This commit is contained in:
committed by
DESKTOP-H2PAFLR\Administrator
parent
fb55131d7d
commit
1e4da7b781
@@ -18,7 +18,7 @@ namespace ZR.Model.System.Dto
|
||||
|
||||
public class SysUserQueryDto
|
||||
{
|
||||
public long UserId { get; set; }
|
||||
public long? UserId { get; set; }
|
||||
public string UserName { get; set; }
|
||||
public string NickName { get; set; }
|
||||
public string Email { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user