fix:😀修复旧版代码同步租户表结构报Captcha、SecondVer字段不能为null的异常
This commit is contained in:
parent
a063ae6c05
commit
920da7d918
@ -170,12 +170,12 @@ public partial class SysTenant : EntityBase
|
||||
/// <summary>
|
||||
/// 图形验证码
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "图形验证码")]
|
||||
[SugarColumn(ColumnDescription = "图形验证码", DefaultValue = "1")]
|
||||
public virtual bool Captcha { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// 登录二次验证
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "登录二次验证")]
|
||||
[SugarColumn(ColumnDescription = "登录二次验证", DefaultValue = "0")]
|
||||
public virtual bool SecondVer { get; set; } = false;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user