🫒调整SysLdap中BindDn的长度
This commit is contained in:
parent
732a49c7fe
commit
af94d0f52a
@ -36,7 +36,7 @@ public class SysLdap : EntityTenant
|
||||
/// <summary>
|
||||
/// 绑定DN(有管理权限制的用户)
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "绑定DN", Length = 32)]
|
||||
[SugarColumn(ColumnDescription = "绑定DN", Length = 128)]
|
||||
[Required]
|
||||
public virtual string BindDn { get; set; }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user