src/main/java/com/lf/server/entity/show/ModelEntity.java
@@ -20,7 +20,7 @@ private String name; private int type; private String type; private String info; @@ -81,11 +81,11 @@ this.name = name; } public int getType() { public String getType() { return type; } public void setType(int type) { public void setType(String type) { this.type = type; }