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 @@