提交 | 用户 | age | ||
b07575 | 1 | package com.hz.phis.dt.reward; |
W | 2 | |
3 | import com.gitee.sunchenbin.mybatis.actable.annotation.Column; | |
4 | import com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant; | |
5 | import lombok.Data; | |
6 | ||
7 | /** | |
8 | * @ClassName AwardDto | |
9 | * @Description 调查问卷提交数据dto | |
10 | * @Author wrh | |
11 | * @Date 2023/4/17 10:46 | |
12 | * @Version 1.0 | |
13 | */ | |
14 | @Data | |
15 | public class AnswerDto { | |
16 | ||
17 | private String code; | |
18 | private String titleId; | |
19 | private String answer; | |
20 | ||
21 | } |