标注结果比较优化
This commit is contained in:
@@ -2,11 +2,8 @@ package com.labelsys.backend.enums;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
|
||||
@Schema(description = "模型配置模式,枚举值:SELECT:选择已有模型配置、MANUAL:手动配置新模型")
|
||||
@Schema(description = "模型配置模式,枚举值:SELECT:选择已有模型配置、MANUAL:手动录入新模型")
|
||||
public enum ConfigMode {
|
||||
@Schema(description = "从已有配置中选择")
|
||||
SELECT,
|
||||
|
||||
@Schema(description = "手动录入配置")
|
||||
MANUAL
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user