空载具出库代码调整

This commit is contained in:
alex
2023-06-19 08:44:06 +08:00
parent 570f0a170f
commit 076cd0c641
11 changed files with 39 additions and 37 deletions

View File

@@ -13,5 +13,5 @@ public partial class UserEntity
/// 登录类型
/// </summary>
[SugarColumn(IsIgnore = true)]
public string LoginType { get; set; }
public string LoginType { get; set; } = "web";
}