空载具出库代码调整
This commit is contained in:
@@ -13,5 +13,5 @@ public partial class UserEntity
|
||||
/// 登录类型
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string LoginType { get; set; }
|
||||
public string LoginType { get; set; } = "web";
|
||||
}
|
||||
Reference in New Issue
Block a user