ci:报告标签关系表增加字段

This commit is contained in:
2023-05-10 15:40:09 +08:00
parent df0f813b52
commit 5bbd264ff3
@@ -40,6 +40,12 @@ public class ReportLabelEntity implements Serializable {
@TableField(value = "label_id")
private String labelId;
/**
* 标签id
*/
@TableField(value = "last_label")
private String labelLabel;
@TableField(exist = false)
private static final long serialVersionUID = 121348721347890417L;