From 983e74c0f631082d73cbc567d18b24a2fff12231 Mon Sep 17 00:00:00 2001 From: Mzaxd Date: Wed, 10 May 2023 15:50:59 +0800 Subject: [PATCH] =?UTF-8?q?ci:=E6=8A=A5=E5=91=8A=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=85=B3=E7=B3=BB=E8=A1=A8=E6=96=B0=E5=A2=9E=E6=9E=84=E9=80=A0?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/adc/da/report/eo/ReportLabelEntity.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/adc-da-report/src/main/java/com/adc/da/report/eo/ReportLabelEntity.java b/adc-da-report/src/main/java/com/adc/da/report/eo/ReportLabelEntity.java index 7e4c59c..5e150f3 100644 --- a/adc-da-report/src/main/java/com/adc/da/report/eo/ReportLabelEntity.java +++ b/adc-da-report/src/main/java/com/adc/da/report/eo/ReportLabelEntity.java @@ -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; + } } \ No newline at end of file