모델 종류 이름 변경

This commit is contained in:
2026-02-04 18:41:34 +09:00
parent 350d622e5a
commit 200b384e19
8 changed files with 22 additions and 11 deletions

View File

@@ -9,9 +9,9 @@ import lombok.Getter;
@Getter
@AllArgsConstructor
public enum ModelType implements EnumType {
M1("M1"),
M2("M2"),
M3("M3");
G1("G1"),
G2("G2"),
G3("G3");
private String desc;