导入的标识修改
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
he 2026-03-04 13:27:40 +08:00
parent d7e4a810f6
commit 03b5a01400
3 changed files with 7 additions and 2 deletions

View File

@ -45,7 +45,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
switch (readingImportType)
{
case ReadingImportType.IVUS_MatchingSegment:
case ReadingImportType.ROI:
await UploadIVUSTemplate();
break;
}

View File

@ -40,7 +40,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
switch (readingImportType)
{
case ReadingImportType.OCT_FCT:
case ReadingImportType.ROI:
await UploadOCTFCTTemplate();
break;

View File

@ -54,6 +54,11 @@ namespace IRaCIS.Core.Domain.Share
/// </summary>
OCT_LipidAngle = 2,
/// <summary>
/// ROI
/// </summary>
ROI = 3,
}