|
|
|
@@ -21,8 +21,6 @@ public class WxAuthorizerInfo implements Serializable { |
|
|
|
@Transient |
|
|
|
protected String sortColumns; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="微信公众账号基本信息表id,关联微信公众号基本信息表",name="officialAccountId") |
|
|
|
private Long officialAccountId; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="授权方appid",name="authorizerAppid") |
|
|
|
private String authorizerAppid; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="授权方头像",name="headImg") |
|
|
|
|