From 08f1b1f1804a8bd833d42f257908d80e88387b55 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期五, 14 三月 2025 11:27:47 +0800
Subject: [PATCH] 3.5增加登录验证、修改密码、人员列表调整
---
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActActRegistDO.java | 22 ++++++++--------------
1 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActActRegistDO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActActRegistDO.java
index 5e67a52..5e2cd0e 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActActRegistDO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActActRegistDO.java
@@ -74,23 +74,17 @@
private Long codeId;
/**
- * 活动类型 1居民,志愿者 2党员
+ * 活动类型 1 社区活动 4项目活动 5服务活动
*/
private Integer type;
/**
- * 是否是志愿者 0 否 1 是
- */
- private Integer isVolunteer;
+ * 以什么身份报名(1.居民 2.党员 3.志愿者
+ */
+ private Integer signIdentity;
-@Override
-public String toString() {
- return "ComActActRegistDO{" +
- "id=" + id +
- ", activityId=" + activityId +
- ", userId=" + userId +
- ", createAt=" + createAt +
- ", isVolunteer=" + isVolunteer +
- "}";
- }
+ /**
+ * 单位id(党员以单位名义报名社区活动)
+ */
+ private Long checkUnitId;
}
\ No newline at end of file
--
Gitblit v1.7.1