fwq
2024-07-08 6a3f8907a2f9d240f8a07e7283682286d2b52c75
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;
}