Compare commits
2 Commits
d99e18b38c
...
39f39a4f0c
| Author | SHA1 | Date | |
|---|---|---|---|
| 39f39a4f0c | |||
| 1df7142544 |
@@ -12,7 +12,8 @@ import lombok.Getter;
|
|||||||
public enum ModelType implements EnumType {
|
public enum ModelType implements EnumType {
|
||||||
G1("G1"),
|
G1("G1"),
|
||||||
G2("G2"),
|
G2("G2"),
|
||||||
G3("G3");
|
G3("G3"),
|
||||||
|
G4("G4");
|
||||||
|
|
||||||
private String desc;
|
private String desc;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user