抢购物品数据库表里增加当前一页

This commit is contained in:
2026-05-30 11:58:41 +08:00
parent 4fb389ea3a
commit cfcbde95dd
7 changed files with 66 additions and 12 deletions

View File

@@ -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")