修改字典 加英文
parent
b7d7b8c815
commit
32e23ca0a2
|
|
@ -522,6 +522,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
{
|
{
|
||||||
{ "是","1"},
|
{ "是","1"},
|
||||||
{ "否","0"},
|
{ "否","0"},
|
||||||
|
{ "Yes","1"},
|
||||||
|
{ "No","0"},
|
||||||
};
|
};
|
||||||
|
|
||||||
List<IVUSMeasuredValue> measuredValueList = new List<IVUSMeasuredValue>();
|
List<IVUSMeasuredValue> measuredValueList = new List<IVUSMeasuredValue>();
|
||||||
|
|
|
||||||
|
|
@ -340,8 +340,11 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
{
|
{
|
||||||
{ "是","1"},
|
{ "是","1"},
|
||||||
{ "否","0"},
|
{ "否","0"},
|
||||||
|
{ "Yes","1"},
|
||||||
|
{ "No","0"},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
string getNone(string value)
|
string getNone(string value)
|
||||||
{
|
{
|
||||||
if (value == string.Empty || value == null)
|
if (value == string.Empty || value == null)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue