抢购物品数据库表里增加当前一页
This commit is contained in:
@@ -71,6 +71,10 @@ public class LbGoods implements Serializable {
|
||||
@Schema(description = "状态")
|
||||
private Integer status;
|
||||
|
||||
@TableField("current_page")
|
||||
@Schema(description = "当前页码(同步来源页)")
|
||||
private Integer currentPage;
|
||||
|
||||
@TableField("created_at")
|
||||
@Schema(description = "创建时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
|
||||
Reference in New Issue
Block a user