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; + }