모델 종류 이름 변경
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user