ci:报告标签关系表增加字段
This commit is contained in:
@@ -40,6 +40,12 @@ public class ReportLabelEntity implements Serializable {
|
|||||||
@TableField(value = "label_id")
|
@TableField(value = "label_id")
|
||||||
private String labelId;
|
private String labelId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 标签id
|
||||||
|
*/
|
||||||
|
@TableField(value = "last_label")
|
||||||
|
private String labelLabel;
|
||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private static final long serialVersionUID = 121348721347890417L;
|
private static final long serialVersionUID = 121348721347890417L;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user