升级efcore 清理之前的写法

This commit is contained in:
2023-10-12 13:26:06 +08:00
parent 9ad4c96572
commit 89d852f4ed
15 changed files with 33 additions and 293 deletions
-3
View File
@@ -59,9 +59,6 @@ namespace IRaCIS.Core.Domain.Models
public List<Dictionary> ChildList { get; set; } = new List<Dictionary>();
[NotMapped]
public string MappedValue { get; set; }
[Projectable]
public string TranslateValue( string value, string valueCN,bool isCN) => isCN?valueCN:value;