This commit is contained in:
2022-10-18 11:15:41 +08:00
parent 5f35fb81ee
commit b2e7cc62fb
2 changed files with 2 additions and 1 deletions
@@ -99,7 +99,7 @@ namespace IRaCIS.Application.Contracts
public DicDataTypeEnum DataTypeEnum { get; set; } public DicDataTypeEnum DataTypeEnum { get; set; }
public bool IsEnumInt => System.Text.RegularExpressions.Regex.IsMatch(Code, @"^-?\d+$") && DataTypeEnum== DicDataTypeEnum.Enum; public bool IsEnumInt => System.Text.RegularExpressions.Regex.IsMatch(Code, @"^[-+]?[1-9]\d*$") && DataTypeEnum== DicDataTypeEnum.Enum;
} }
@@ -1802,6 +1802,7 @@ namespace IRaCIS.Application.Services
#region - #region -
#endregion
/// <summary> /// <summary>
/// 添加阅片期任务 /// 添加阅片期任务