用户查询新增根据用户id查询

This commit is contained in:
不做码农
2023-07-28 07:27:03 +08:00
parent c97a386f0f
commit a5b2a564b7
2 changed files with 2 additions and 1 deletions

View File

@@ -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; }