모델 M1,M2,M3를 G1,G2,G3 으로 변경(추론실행 포함)

This commit is contained in:
2026-02-19 16:07:59 +09:00
parent 778e87383c
commit 3f1bb8f082
9 changed files with 73 additions and 72 deletions

View File

@@ -21,9 +21,9 @@ public class ModelMngDto {
@Getter
@AllArgsConstructor
public enum ModelType implements EnumType {
M1("M1"),
M2("M2"),
M3("M3");
G1("G1"),
G2("G2"),
G3("G3");
private final String desc;