fhx
2024-04-02 85a953f40435cf95d2b3eaef0a1e44b48b4bad12
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;
}