ci:报告标签关系表新增构造器
This commit is contained in:
@@ -49,4 +49,9 @@ public class ReportLabelEntity implements Serializable {
|
|||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private static final long serialVersionUID = 121348721347890417L;
|
private static final long serialVersionUID = 121348721347890417L;
|
||||||
|
|
||||||
|
public ReportLabelEntity(String id, String reportId, String labelId) {
|
||||||
|
this.id = id;
|
||||||
|
this.reportId = reportId;
|
||||||
|
this.labelId = labelId;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user