EntityFrameworkCore.Projectables 包问题 导致更新出错
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
using EntityFrameworkCore.Projectables;
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -60,9 +59,6 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
|
||||
|
||||
[Projectable]
|
||||
public string TranslateValue( string value, string valueCN,bool isCN) => isCN?valueCN:value;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user