fix:添加用户绑定微信用户
This commit is contained in:
parent
36d2208c60
commit
d7c5bae22f
@ -101,4 +101,7 @@ public class AuthUser extends BaseEntity implements Serializable {
|
|||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private String stationCodes;
|
private String stationCodes;
|
||||||
|
|
||||||
|
@Schema(description = "微信用户id")
|
||||||
|
private String wuid;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user