代码整理

This commit is contained in:
jianzhichu
2026-01-23 22:24:00 +08:00
parent 60f6e3847d
commit 3f6b1874eb
60 changed files with 348 additions and 991 deletions
+3 -5
View File
@@ -1,11 +1,9 @@
using System.Diagnostics.CodeAnalysis;
namespace dy.net.model.entity
namespace dy.net.model.entity
{
[SqlSugar.SugarTable(TableName = "login_user_info")]
public class AdminUserInfo
{
public string UserName { get; set;}
public string UserName { get; set; }
public string Password { get; set; }
[SqlSugar.SugarColumn(IsPrimaryKey = true)]
@@ -23,7 +21,7 @@ namespace dy.net.model.entity
/// <summary>
/// 原密码,不存在数据库
/// </summary>
[SqlSugar.SugarColumn(IsIgnore =true)]
[SqlSugar.SugarColumn(IsIgnore = true)]
public string? OldPwd { get; set; }
/// <summary>