From 9fe69906e40748cc597bc1cdcd0f1793b8ebf4bd Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Fri, 11 Oct 2024 14:23:06 +0800 Subject: [PATCH] 2024-10-11 --- .../modules/test/vo/TestInformationVo.java | 4 + .../mapper/test/TestInformationMapper.xml | 117 ++++++++++-------- 2 files changed, 67 insertions(+), 54 deletions(-) diff --git a/src/main/java/com/spring/modules/test/vo/TestInformationVo.java b/src/main/java/com/spring/modules/test/vo/TestInformationVo.java index cad3d01c..caff5535 100644 --- a/src/main/java/com/spring/modules/test/vo/TestInformationVo.java +++ b/src/main/java/com/spring/modules/test/vo/TestInformationVo.java @@ -68,4 +68,8 @@ public class TestInformationVo extends TestInformationEntity { * 驳回意见 */ private String rejectOpinion; + + private String buNo; + + private String buDesc; } diff --git a/src/main/resources/mapper/test/TestInformationMapper.xml b/src/main/resources/mapper/test/TestInformationMapper.xml index dc5e3b1d..df20006c 100644 --- a/src/main/resources/mapper/test/TestInformationMapper.xml +++ b/src/main/resources/mapper/test/TestInformationMapper.xml @@ -4,63 +4,69 @@