CeDo
2021-04-09 422ec97246a4baed6ca2b5be41f1074025ef4e18
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActQuestnaireSubDO.java
@@ -17,7 +17,7 @@
    /**
     * 类型 0单选1多选2问答题
     */
    private Integer type;
    private int type;
    /**
     * 题目内容
     */
@@ -25,7 +25,7 @@
    /**
     * 序号
     */
    private Integer sort;
    private int sort;
    /**
     * 调查问卷Id
     */