升级efcore 清理之前的写法
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user