mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 12:47:46 +08:00
优化代码
This commit is contained in:
parent
0937ac85b1
commit
d17bb257f0
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user