From c4e19e5d6ecb4569e18be1551e78ed37ec56b4e5 Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Mon, 27 Jul 2026 10:30:18 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260727=20=E6=94=B9=E5=96=84=E6=8F=90?= =?UTF-8?q?=E6=A1=88=E8=A1=A8=E5=8D=95=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E6=89=80=E7=BA=A7=E8=AF=84=E8=AE=AE=E5=B0=8F?= =?UTF-8?q?=E7=BB=84=E6=8A=95=E7=A5=A8=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../improvementproposal/entity/ImprovementProposal.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jeecg-module-supervision/src/main/java/org/jeecg/modules/improvementproposal/entity/ImprovementProposal.java b/jeecg-module-supervision/src/main/java/org/jeecg/modules/improvementproposal/entity/ImprovementProposal.java index ba3569d..095382a 100644 --- a/jeecg-module-supervision/src/main/java/org/jeecg/modules/improvementproposal/entity/ImprovementProposal.java +++ b/jeecg-module-supervision/src/main/java/org/jeecg/modules/improvementproposal/entity/ImprovementProposal.java @@ -100,9 +100,13 @@ public class ImprovementProposal implements Serializable { @Schema(description = "部门精益专员初步评定奖项") private String initialAward; /**是否需要部门评议打分:Y/N*/ - @Excel(name = "是否需要部门评议打分:Y/N", width = 15) - @Schema(description = "是否需要部门评议打分:Y/N") + @Excel(name = "是否需要部门评议打分:1/0", width = 15) + @Schema(description = "是否需要部门评议打分:1/0") private String needDeptScore; + /**是否需要部门评议打分:Y/N*/ + @Excel(name = "是否需要所级评议小组投票:1/0", width = 15) + @Schema(description = "是否需要所级评议小组投票:1/0") + private String isneedvote; /**部门评议平均分*/ @Excel(name = "部门评议平均分", width = 15) @Schema(description = "部门评议平均分")