springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActActRegistDO.java
@@ -74,23 +74,12 @@ private Long codeId; /** * 活动类型 1居民,志愿者 2党员 * 活动类型 1 社区活动 4项目活动 5服务活动 */ private Integer type; /** * 是否是志愿者 0 否 1 是 */ private Integer isVolunteer; @Override public String toString() { return "ComActActRegistDO{" + "id=" + id + ", activityId=" + activityId + ", userId=" + userId + ", createAt=" + createAt + ", isVolunteer=" + isVolunteer + "}"; } * 以什么身份报名(1.居民 2.党员 3.志愿者 */ private Integer signIdentity; }