no
DESKTOP-71BH0QO\L、ming
2021-04-09 b397d71a0f2e293535d9ce4739d46f594b724e55
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActQuestnaireDO.java
@@ -25,7 +25,7 @@
    /**
     * 状态 0 调研中 1已停止
     */
    private int state;
    private Integer state;
    /**
     * 参与人数
     */
@@ -38,6 +38,6 @@
    /**
     * 问卷参与者类型 0 全部 1 志愿者 2 党员
     */
    private Long parterType;
    private Integer parterType;
}