From 261c977d81c524588d371157a13fb14b3b76e478 Mon Sep 17 00:00:00 2001 From: "JinLu.Yin" <411641505@qq.com> Date: Sun, 5 Jun 2022 21:23:29 +0800 Subject: [PATCH] =?UTF-8?q?jasperreport=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/ktg/common/constant/UserConstants.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ktg-common/src/main/java/com/ktg/common/constant/UserConstants.java b/ktg-common/src/main/java/com/ktg/common/constant/UserConstants.java index 6164068..52a7f72 100644 --- a/ktg-common/src/main/java/com/ktg/common/constant/UserConstants.java +++ b/ktg-common/src/main/java/com/ktg/common/constant/UserConstants.java @@ -107,10 +107,14 @@ public class UserConstants public static final String GANTT_TASK_TYPE_PROJECT="project"; + /** + * 报表相关 + */ public static final String REPORT_PRINT_TYPE ="print"; public static final String REPORT_PDF_TYPE ="pdf"; public static final String REPORT_EXCEL_TYPE ="excel"; public static final String REPORT_WORD_TYPE ="word"; + public static final String REPORT_JASPER_PATH="reports/jasper/"; /**