EntityFrameworkCore.Projectables 包问题 导致更新出错

This commit is contained in:
2023-10-13 11:18:26 +08:00
parent 4a2fd0166e
commit 9b25cea893
9 changed files with 11 additions and 19 deletions
-4
View File
@@ -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;
}
}