修改微信基础数据
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.stdiet.custom.domain;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.stdiet.common.annotation.Excel;
|
||||
import lombok.Data;
|
||||
|
||||
@ -19,8 +20,11 @@ public class SysWxUserInfo {
|
||||
*/
|
||||
private String openid;
|
||||
|
||||
@JsonIgnore
|
||||
private Long cusId;
|
||||
|
||||
private String customerId;
|
||||
|
||||
/**
|
||||
* 昵称
|
||||
*/
|
||||
@ -63,6 +67,8 @@ public class SysWxUserInfo {
|
||||
@Excel(name = "省份")
|
||||
private String province;
|
||||
|
||||
private String language;
|
||||
|
||||
/**
|
||||
* 国家
|
||||
*/
|
||||
|
Reference in New Issue
Block a user