mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 20:57:47 +08:00
🎨 修复一个字段类型错误问题
This commit is contained in:
parent
537a9332c0
commit
6f57d4a522
@ -314,8 +314,8 @@ public class FavorStocksCreateRequest implements Serializable {
|
|||||||
@Data
|
@Data
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
public static class PatternInfo implements Serializable {
|
public static class PatternInfo implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* 字段名:使用说明
|
* 字段名:使用说明
|
||||||
@ -391,14 +391,14 @@ public class FavorStocksCreateRequest implements Serializable {
|
|||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
@SerializedName(value = "coupon_image")
|
@SerializedName(value = "coupon_image")
|
||||||
private Boolean couponImage;
|
private String couponImage;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
public static class CouponUseRule implements Serializable {
|
public static class CouponUseRule implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* 字段名:券生效时间
|
* 字段名:券生效时间
|
||||||
|
Loading…
Reference in New Issue
Block a user