😎去掉系统配置实体忽略更新,方便业务应用层重写种子数据
This commit is contained in:
parent
31a5473b9d
commit
ff8d04d394
@ -34,7 +34,7 @@ public partial class SysConfig : EntityBase
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "属性值", Length = 64)]
|
||||
[MaxLength(64)]
|
||||
[IgnoreUpdateSeedColumn]
|
||||
//[IgnoreUpdateSeedColumn]
|
||||
public string? Value { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user