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

This commit is contained in:
不做码农
2023-07-28 07:27:03 +08:00
committed by DESKTOP-H2PAFLR\Administrator
parent fb55131d7d
commit 1e4da7b781
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; }