@@ -69,15 +69,15 @@ public class User implements Serializable {
/**
* 用户类型
*/
- private String type;
+ private Integer type;
- public String getType() {
+ public Integer getType() {
return type;
}
- public void setType(String type) {
+ public void setType(Integer type) {
this.type = type;