manailin
2021-08-19 62d2377c27bf65a048a7c104b256efcd32ad2319
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;
}