From d7c5bae22fb0e9158b37ef8de5deda16a2545fd9 Mon Sep 17 00:00:00 2001 From: lhb <495598773@qq.com> Date: Mon, 5 May 2025 15:32:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E5=BE=AE=E4=BF=A1=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../evotech/hd/common/core/entity/resource/auth/AuthUser.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base-commons/common-core/src/main/java/com/evotech/hd/common/core/entity/resource/auth/AuthUser.java b/base-commons/common-core/src/main/java/com/evotech/hd/common/core/entity/resource/auth/AuthUser.java index c6d46dc..8d7a26d 100644 --- a/base-commons/common-core/src/main/java/com/evotech/hd/common/core/entity/resource/auth/AuthUser.java +++ b/base-commons/common-core/src/main/java/com/evotech/hd/common/core/entity/resource/auth/AuthUser.java @@ -101,4 +101,7 @@ public class AuthUser extends BaseEntity implements Serializable { @TableField(exist = false) private String stationCodes; + @Schema(description = "微信用户id") + private String wuid; + }