罗元桥
2021-07-15 34fcf32a24d06befd53c6e05ae9c41a4de24e71b
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActQuestnaireSubSelectionDO.java
@@ -26,11 +26,18 @@
     */
    private Integer sort;
    /**
     * 选项名
     */
    private String optionName;
    /**
     * 选项内容
     */
    private String content;
    /**
     * 选项名
     */
    private String optionName;
    /**
     * 选项类型 0 固定选项 1 自定义选项
     */
    private Integer type;
}