清理包,移动扩展方法
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-02 18:00:34 +08:00
parent 1e0af11110
commit e8db8a892c
6 changed files with 29 additions and 17 deletions
@@ -150,17 +150,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
public const string EvaluationReason = "肿瘤学阅片评估原因请依据临床数据填写,在与影像学结果不一致时必填。";
public static bool IsNullOrEmpty(this string value)
{
if (value == null || value == string.Empty)
{
return true;
}
else
{
return false;
}
}
/// <summary>