😎增加配置表属性值长度

This commit is contained in:
bairubing 2024-10-25 10:37:13 +08:00
parent 5fc2ccf669
commit d7e6da0e31

View File

@ -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>