From 09be791bf89a234ed3153a17261d77a89e8d8614 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Fri, 23 Jan 2026 09:28:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E5=90=88=E6=9F=A5=E8=AF=A2=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=AF=BC=E5=87=BA--=E6=B7=BB=E5=8A=A0=E9=A2=86?= =?UTF-8?q?=E5=AF=BC=E8=BF=BD=E8=B4=A3=E9=97=AE=E8=B4=A3=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../biutag/supervision/pojo/vo/ExportNegativeBlameVo.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/biutag/supervision/pojo/vo/ExportNegativeBlameVo.java b/src/main/java/com/biutag/supervision/pojo/vo/ExportNegativeBlameVo.java index 180217a..a7d554f 100644 --- a/src/main/java/com/biutag/supervision/pojo/vo/ExportNegativeBlameVo.java +++ b/src/main/java/com/biutag/supervision/pojo/vo/ExportNegativeBlameVo.java @@ -81,6 +81,9 @@ public class ExportNegativeBlameVo { @ExcelProperty({"人员属性"}) private String ivPersonType; + @ExcelProperty({"责任追责"}) + private String handleResultName; + // 责任领导 @ExcelProperty({"责任领导姓名"}) private String leadName; @@ -93,9 +96,10 @@ public class ExportNegativeBlameVo { @ExcelProperty({"责任领导身份证"}) private String leadIdCode; + // 领导处理结果 + @ExcelProperty("责任领导责任追责") + private String leadHandleResultName; - @ExcelProperty({"责任追责"}) - private String handleResultName; // 问题类型 @ExcelProperty({"问题类型"})