fix: 调整 SysReportConfig 字段长度
This commit is contained in:
parent
f18585d5e9
commit
eaf0b4c3c5
@ -36,7 +36,7 @@ public class SysReportConfig : EntityBase
|
||||
/// <summary>
|
||||
/// 数据源
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "数据源", ColumnDataType = StaticConfig.CodeFirst_BigString)]
|
||||
[SugarColumn(ColumnDescription = "数据源", Length = 64)]
|
||||
public string? DataSource { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user