src/main/java/com/zy/system/entity/Config.java
@@ -42,7 +42,8 @@ */ private Short status; public Config() {} public Config() { } public Config(String name,String code,String value,Short type,Short status) { this.name = name; @@ -97,7 +98,9 @@ } public String getType$(){ if (null == this.type){ return null; } if (null == this.type) { return null; } switch (this.type){ case 1: return "String"; @@ -117,7 +120,9 @@ } public String getStatus$(){ if (null == this.status){ return null; } if (null == this.status) { return null; } switch (this.status){ case 1: return "正常";