提交代码

This commit is contained in:
jiang 2024-11-20 14:59:55 +08:00
parent 5edc05d0e0
commit 44b3768c91
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class DataSetLabels extends TreeEntity
/** 标签名称 */
@Excel(name = "标签名称")
private Long labelName;
private String labelName;
/** 是否删除(0代表存在,1代表删除) */
private String delFlag;