mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 auditId字段改为Long
This commit is contained in:
parent
93779d227a
commit
f7ab9f8f29
@ -20,7 +20,7 @@ import java.util.List;
|
|||||||
public class WxMaLiveResult implements Serializable {
|
public class WxMaLiveResult implements Serializable {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
private Integer total;
|
private Integer total;
|
||||||
private Integer auditId;
|
private Long auditId;
|
||||||
private Integer goodsId;
|
private Integer goodsId;
|
||||||
private List<Goods> goods;
|
private List<Goods> goods;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user