From bf90c55358e0bbbbf5091133e45f887fd7f1734c Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期四, 01 二月 2024 16:37:12 +0800 Subject: [PATCH] 图文段落居中显示 --- src/main/java/com/ots/project/tool/report/LAQ/LAQTemplate.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/ots/project/tool/report/LAQ/LAQTemplate.java b/src/main/java/com/ots/project/tool/report/LAQ/LAQTemplate.java index f363622..3f8544e 100644 --- a/src/main/java/com/ots/project/tool/report/LAQ/LAQTemplate.java +++ b/src/main/java/com/ots/project/tool/report/LAQ/LAQTemplate.java @@ -57,4 +57,7 @@ @Excel(name = "EMOSTA") private BigDecimal emosta; + + @Excel(name = "Perfomance") + private BigDecimal perfomance; } \ No newline at end of file -- Gitblit v1.9.1