🎨 优化代码
This commit is contained in:
@@ -11,11 +11,12 @@ import java.io.Serializable;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* @author huangxm129
|
||||||
*/
|
*/
|
||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
public class WxCpUserExternalTagGroupList extends WxCpBaseResp {
|
public class WxCpUserExternalTagGroupList extends WxCpBaseResp {
|
||||||
|
private static final long serialVersionUID = -3349321791821450679L;
|
||||||
|
|
||||||
@SerializedName("tag_group")
|
@SerializedName("tag_group")
|
||||||
private List<WxCpUserExternalTagGroupList.TagGroup> tagGroupList;
|
private List<WxCpUserExternalTagGroupList.TagGroup> tagGroupList;
|
||||||
@@ -35,7 +36,7 @@ public class WxCpUserExternalTagGroupList extends WxCpBaseResp {
|
|||||||
private Long createTime;
|
private Long createTime;
|
||||||
|
|
||||||
@SerializedName("order")
|
@SerializedName("order")
|
||||||
private Integer order;
|
private Long order;
|
||||||
|
|
||||||
@SerializedName("deleted")
|
@SerializedName("deleted")
|
||||||
private Boolean deleted;
|
private Boolean deleted;
|
||||||
@@ -62,7 +63,7 @@ public class WxCpUserExternalTagGroupList extends WxCpBaseResp {
|
|||||||
private Long createTime;
|
private Long createTime;
|
||||||
|
|
||||||
@SerializedName("order")
|
@SerializedName("order")
|
||||||
private Integer order;
|
private Long order;
|
||||||
|
|
||||||
@SerializedName("deleted")
|
@SerializedName("deleted")
|
||||||
private Boolean deleted;
|
private Boolean deleted;
|
||||||
|
|||||||
Reference in New Issue
Block a user