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