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