标签修改
This commit is contained in:
+3
@@ -99,6 +99,9 @@ public class SysCategory implements Serializable,Comparable<SysCategory>{
|
||||
@TableLogic
|
||||
public Integer delFlag;
|
||||
|
||||
@Excel(name = "字典项值", width = 30)
|
||||
private java.lang.String itemValue;
|
||||
|
||||
@Override
|
||||
public int compareTo(SysCategory o) {
|
||||
//比较条件我们定的是按照code的长度升序
|
||||
|
||||
Reference in New Issue
Block a user