😎去掉系统配置实体忽略更新,方便业务应用层重写种子数据

This commit is contained in:
zuohuaijun 2024-07-07 02:24:06 +08:00
parent 31a5473b9d
commit ff8d04d394

View File

@ -34,7 +34,7 @@ public partial class SysConfig : EntityBase
/// </summary>
[SugarColumn(ColumnDescription = "属性值", Length = 64)]
[MaxLength(64)]
[IgnoreUpdateSeedColumn]
//[IgnoreUpdateSeedColumn]
public string? Value { get; set; }
/// <summary>