添加分割类型

This commit is contained in:
Hewt
2026-03-19 10:14:00 +08:00
parent f172a15e6e
commit 3beac6177f
10 changed files with 22070 additions and 4 deletions
@@ -504,6 +504,23 @@ namespace IRaCIS.Core.Domain.Share
}
/// <summary>
/// 影像标记类型
/// </summary>
public enum ImageMarkType
{
/// <summary>
/// 普通标记
/// </summary>
Normal = 0,
/// <summary>
/// 分割标记
/// </summary>
Segment = 1,
}
/// <summary>
/// 导出结果
/// </summary>