huanghongfa
2021-08-21 2e64c232ab6b51b2cecf1ee96e1e9b709234f326
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActQuestnaireAnswerContentDO.java
@@ -35,11 +35,11 @@
    private Long userId;
    /**
     * 选项类型 0 固定选项 1 自定义选项
     * 题目类型 (1.选项题 2.问答题)
     */
    private Integer type;
    /**
     *
     *  题目选项id
     */
    private Long selectionId;
}