修改QC问题

This commit is contained in:
2023-01-03 13:32:22 +08:00
parent 55d2ec2dd7
commit b8e21e5265
6 changed files with 102 additions and 25 deletions
+5
View File
@@ -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;
}
}