V1.0.2 新增软件管理权限,新增,删除,管理等,还有软件控制权限等
This commit is contained in:
@@ -15,4 +15,11 @@ public class UserBaseDto
|
||||
public string PhoneNumber { get; set; } = string.Empty;
|
||||
|
||||
public string Avatar { get; set; } = string.Empty;
|
||||
|
||||
// 添加隐藏联系信息的方法
|
||||
public void HideContactInfo()
|
||||
{
|
||||
Email = "**********";
|
||||
PhoneNumber = "***********";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user