mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	优化代码
This commit is contained in:
		| @ -2,6 +2,7 @@ package me.chanjar.weixin.mp.bean.card; | ||||
|  | ||||
| import com.google.gson.annotations.SerializedName; | ||||
| import lombok.Data; | ||||
| import lombok.EqualsAndHashCode; | ||||
| import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder; | ||||
|  | ||||
| import java.io.Serializable; | ||||
| @ -12,7 +13,10 @@ import java.io.Serializable; | ||||
|  * @Date 2018/12/29 | ||||
|  */ | ||||
| @Data | ||||
| @EqualsAndHashCode(callSuper = true) | ||||
| public class GiftCardCreateRequest extends CardCreateRequest implements Serializable { | ||||
|   private static final long serialVersionUID = 1283655452584811858L; | ||||
|  | ||||
|   @SerializedName("card_type") | ||||
|   private String cardType = "GIFT"; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang