修改字典 加英文

This commit is contained in:
he
2026-07-29 09:34:37 +08:00
parent b7d7b8c815
commit 32e23ca0a2
2 changed files with 5 additions and 0 deletions
@@ -522,6 +522,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
{ "是","1"},
{ "否","0"},
{ "Yes","1"},
{ "No","0"},
};
List<IVUSMeasuredValue> measuredValueList = new List<IVUSMeasuredValue>();
@@ -340,8 +340,11 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
{ "是","1"},
{ "否","0"},
{ "Yes","1"},
{ "No","0"},
};
string getNone(string value)
{
if (value == string.Empty || value == null)