V1.0.2 新增软件管理权限,新增,删除,管理等,还有软件控制权限等

This commit is contained in:
2024-12-27 21:50:13 +08:00
parent 3b0c316928
commit 54bbfe2fe4
26 changed files with 1625 additions and 33 deletions
@@ -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 = "***********";
}
}