ci:报告标签关系表新增构造器

This commit is contained in:
2023-05-10 15:50:59 +08:00
parent fe3213946f
commit 983e74c0f6
@@ -49,4 +49,9 @@ public class ReportLabelEntity implements Serializable {
@TableField(exist = false)
private static final long serialVersionUID = 121348721347890417L;
public ReportLabelEntity(String id, String reportId, String labelId) {
this.id = id;
this.reportId = reportId;
this.labelId = labelId;
}
}