mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-30 20:57:47 +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 {
|
||||
private static final long serialVersionUID = 1L;
|
||||
private Integer total;
|
||||
private Integer auditId;
|
||||
private Long auditId;
|
||||
private Integer goodsId;
|
||||
private List<Goods> goods;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user