Merge pull request '修复数据库连接字符串过长导致插入失败的问题' (#177) from suncaomei/Admin.NET.Pro:main into main
Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/177
This commit is contained in:
commit
ed4dde274c
@ -47,8 +47,8 @@ public partial class SysTenant : EntityBase
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 数据库连接
|
/// 数据库连接
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[SugarColumn(ColumnDescription = "数据库连接", Length = 256)]
|
[SugarColumn(ColumnDescription = "数据库连接", Length = 512)]
|
||||||
[MaxLength(256)]
|
[MaxLength(512)]
|
||||||
public string? Connection { get; set; }
|
public string? Connection { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user