|
|
|
@@ -116,6 +116,12 @@ public class WxCUser implements Serializable { |
|
|
|
/*用户过期时间**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="用户过期时间",name="expireTime") |
|
|
|
private Date expireTime; |
|
|
|
/*经度**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="经度",name="longitude") |
|
|
|
private BigDecimal longitude; |
|
|
|
/*纬度**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="纬度",name="latitude") |
|
|
|
private BigDecimal latitude; |
|
|
|
|
|
|
|
//渠道名称 |
|
|
|
@Transient |
|
|
|
@@ -275,35 +281,51 @@ public class WxCUser implements Serializable { |
|
|
|
expireTime = _expireTime; |
|
|
|
} |
|
|
|
|
|
|
|
public BigDecimal getLongitude() { |
|
|
|
return longitude; |
|
|
|
} |
|
|
|
|
|
|
|
public void setLongitude(BigDecimal longitude) { |
|
|
|
this.longitude = longitude; |
|
|
|
} |
|
|
|
|
|
|
|
public BigDecimal getLatitude() { |
|
|
|
return latitude; |
|
|
|
} |
|
|
|
|
|
|
|
public void setLatitude(BigDecimal latitude) { |
|
|
|
this.latitude = latitude; |
|
|
|
} |
|
|
|
|
|
|
|
public static enum Field |
|
|
|
{ |
|
|
|
Id_ASC("`id` ASC"),Id_DESC("`id` DESC") |
|
|
|
,TenantId_ASC("`tenant_id` ASC"),TenantId_DESC("`tenant_id` DESC") |
|
|
|
,OpenId_ASC("`open_id` ASC"),OpenId_DESC("`open_id` DESC") |
|
|
|
,UnionId_ASC("`union_id` ASC"),UnionId_DESC("`union_id` DESC") |
|
|
|
,NickName_ASC("`nick_name` ASC"),NickName_DESC("`nick_name` DESC") |
|
|
|
,Gender_ASC("`gender` ASC"),Gender_DESC("`gender` DESC") |
|
|
|
,AvatarUrl_ASC("`avatar_url` ASC"),AvatarUrl_DESC("`avatar_url` DESC") |
|
|
|
,Phone_ASC("`phone` ASC"),Phone_DESC("`phone` DESC") |
|
|
|
,PurePhone_ASC("`pure_phone` ASC"),PurePhone_DESC("`pure_phone` DESC") |
|
|
|
,City_ASC("`city` ASC"),City_DESC("`city` DESC") |
|
|
|
,Province_ASC("`province` ASC"),Province_DESC("`province` DESC") |
|
|
|
,Language_ASC("`language` ASC"),Language_DESC("`language` DESC") |
|
|
|
,CountryCode_ASC("`country_code` ASC"),CountryCode_DESC("`country_code` DESC") |
|
|
|
,RegisterIp_ASC("`register_ip` ASC"),RegisterIp_DESC("`register_ip` DESC") |
|
|
|
,VerifyCodePhone_ASC("`verify_code_phone` ASC"),VerifyCodePhone_DESC("`verify_code_phone` DESC") |
|
|
|
,QrcodeSource_ASC("`qrcode_source` ASC"),QrcodeSource_DESC("`qrcode_source` DESC") |
|
|
|
,Scene_ASC("`scene` ASC"),Scene_DESC("`scene` DESC") |
|
|
|
,SceneAddress_ASC("`scene_address` ASC"),SceneAddress_DESC("`scene_address` DESC") |
|
|
|
,SessionKey_ASC("`session_key` ASC"),SessionKey_DESC("`session_key` DESC") |
|
|
|
,Score_ASC("`score` ASC"),Score_DESC("`score` DESC") |
|
|
|
,UpdateDate_ASC("`update_date` ASC"),UpdateDate_DESC("`update_date` DESC") |
|
|
|
,CreateDate_ASC("`create_date` ASC"),CreateDate_DESC("`create_date` DESC") |
|
|
|
,AppId_ASC("`app_id` ASC"),AppId_DESC("`app_id` DESC") |
|
|
|
,Token_ASC("`token` ASC"),Token_DESC("`token` DESC") |
|
|
|
,ExpireTime_ASC("`expire_time` ASC"),ExpireTime_DESC("`expire_time` DESC") |
|
|
|
,TenantId_ASC("`tenant_id` ASC"),TenantId_DESC("`tenant_id` DESC") |
|
|
|
,OpenId_ASC("`open_id` ASC"),OpenId_DESC("`open_id` DESC") |
|
|
|
,UnionId_ASC("`union_id` ASC"),UnionId_DESC("`union_id` DESC") |
|
|
|
,NickName_ASC("`nick_name` ASC"),NickName_DESC("`nick_name` DESC") |
|
|
|
,Gender_ASC("`gender` ASC"),Gender_DESC("`gender` DESC") |
|
|
|
,AvatarUrl_ASC("`avatar_url` ASC"),AvatarUrl_DESC("`avatar_url` DESC") |
|
|
|
,Phone_ASC("`phone` ASC"),Phone_DESC("`phone` DESC") |
|
|
|
,PurePhone_ASC("`pure_phone` ASC"),PurePhone_DESC("`pure_phone` DESC") |
|
|
|
,City_ASC("`city` ASC"),City_DESC("`city` DESC") |
|
|
|
,Province_ASC("`province` ASC"),Province_DESC("`province` DESC") |
|
|
|
,Language_ASC("`language` ASC"),Language_DESC("`language` DESC") |
|
|
|
,CountryCode_ASC("`country_code` ASC"),CountryCode_DESC("`country_code` DESC") |
|
|
|
,RegisterIp_ASC("`register_ip` ASC"),RegisterIp_DESC("`register_ip` DESC") |
|
|
|
,VerifyCodePhone_ASC("`verify_code_phone` ASC"),VerifyCodePhone_DESC("`verify_code_phone` DESC") |
|
|
|
,QrcodeSource_ASC("`qrcode_source` ASC"),QrcodeSource_DESC("`qrcode_source` DESC") |
|
|
|
,Scene_ASC("`scene` ASC"),Scene_DESC("`scene` DESC") |
|
|
|
,SceneAddress_ASC("`scene_address` ASC"),SceneAddress_DESC("`scene_address` DESC") |
|
|
|
,SessionKey_ASC("`session_key` ASC"),SessionKey_DESC("`session_key` DESC") |
|
|
|
,Score_ASC("`score` ASC"),Score_DESC("`score` DESC") |
|
|
|
,UpdateDate_ASC("`update_date` ASC"),UpdateDate_DESC("`update_date` DESC") |
|
|
|
,CreateDate_ASC("`create_date` ASC"),CreateDate_DESC("`create_date` DESC") |
|
|
|
,AppId_ASC("`app_id` ASC"),AppId_DESC("`app_id` DESC") |
|
|
|
,Token_ASC("`token` ASC"),Token_DESC("`token` DESC") |
|
|
|
,ExpireTime_ASC("`expire_time` ASC"),ExpireTime_DESC("`expire_time` DESC") |
|
|
|
,Longitude_ASC("`longitude` ASC"),Longitude_DESC("`longitude` DESC") |
|
|
|
,Latitude_ASC("`latitude` ASC"),Latitude_DESC("`latitude` DESC") |
|
|
|
; |
|
|
|
private String value; |
|
|
|
Field(String value){ |
|
|
|
|