🎨 auditId字段改为Long

This commit is contained in:
Binary Wang 2021-11-15 09:58:44 +08:00
parent 93779d227a
commit f7ab9f8f29

View File

@ -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;