fwq
2024-04-11 b08337ec9243905662a12486afc3d08fb7db85c3
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;
}