springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActQuestnaireAnswerContentDO.java
@@ -33,4 +33,13 @@ * 用户Id */ private Long userId; /** * 题目类型 (1.选项题 2.问答题) */ private Integer type; /** * 题目选项id */ private Long selectionId; }