提交代码
This commit is contained in:
parent
5edc05d0e0
commit
44b3768c91
|
|
@ -24,7 +24,7 @@ public class DataSetLabels extends TreeEntity
|
|||
|
||||
/** 标签名称 */
|
||||
@Excel(name = "标签名称")
|
||||
private Long labelName;
|
||||
private String labelName;
|
||||
|
||||
/** 是否删除(0代表存在,1代表删除) */
|
||||
private String delFlag;
|
||||
|
|
|
|||
Loading…
Reference in New Issue