修改QC问题
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using EntityFrameworkCore.Projectables;
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -62,5 +63,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||
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