fhx
2023-11-06 c8ee3790daf9a359b6e5cf042cbb4dc455af8371
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;
}