huanghongfa
2021-08-21 2e64c232ab6b51b2cecf1ee96e1e9b709234f326
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;
}