모델타입 M -> G로 수정 다시 원복
This commit is contained in:
@@ -21,9 +21,9 @@ public class ModelMngDto {
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
public enum ModelType implements EnumType {
|
||||
G1("G1"),
|
||||
G2("G2"),
|
||||
G3("G3");
|
||||
M1("M1"),
|
||||
M2("M2"),
|
||||
M3("M3");
|
||||
|
||||
private final String desc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user