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_user/src/main/java/com/panzhihua/service_user/model/dos/SysUserDO.java |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/model/dos/SysUserDO.java b/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/model/dos/SysUserDO.java
index 0e66fb7..ee2c060 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/model/dos/SysUserDO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/model/dos/SysUserDO.java
@@ -21,7 +21,7 @@
     /**
      * user_id
      */
-    @TableId(type = IdType.AUTO)
+    @TableId(type = IdType.ASSIGN_ID)
     private Long userId;
 
     /**
@@ -192,9 +192,29 @@
      * 高龄认证显示提示(1.是 2.否)
      */
     private Integer bigAgeTips;
+    /**
+     * 明文密码
+     */
+    private String plaintextPassword;
+
+    private String loveIntegral;
+
+
+    private String playPwd;
 
     /**
      * 街道id
      */
     private Long streetId;
+
+    /**
+     * 绑定单位
+     */
+    private String relationName;
+
+    private String appId;
+
+    private Integer isAccept;
+
+    private Long bindingCheckUnitId;
 }

--
Gitblit v1.7.1