😎增加配置表属性值长度
This commit is contained in:
parent
5fc2ccf669
commit
d7e6da0e31
@ -32,8 +32,8 @@ public partial class SysConfig : EntityBase
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 属性值
|
/// 属性值
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[SugarColumn(ColumnDescription = "属性值", Length = 500)]
|
[SugarColumn(ColumnDescription = "属性值", Length = 1500)]
|
||||||
[MaxLength(500)]
|
[MaxLength(1500)]
|
||||||
public string? Value { get; set; }
|
public string? Value { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user