rx
2023-11-24 23f491fce092e67c093d7f8ed89aa6a0b1e940e0
phis-feign/src/main/java/com/hz/phis/dt/reward/QuestionInvestigateDto.java
@@ -18,6 +18,8 @@
    private String code;
    private String deductionSingleId;
    private String investigateId;
    private String userId;
@@ -32,4 +34,6 @@
    //答案数据
    private List<AnswerDto> answerDtoList;
    private List<InvestigateGroupDto> investigateGroupDtos;
}