redis key过期 监听

This commit is contained in:
2024-03-04 19:25:37 +08:00
parent ebe5c2123b
commit 48f43f7c4d
11 changed files with 96 additions and 66 deletions

View File

@@ -43,7 +43,7 @@ public class TbOrderDetail implements Serializable {
private Integer id;
@Column(name = "`order_id`")
@ApiModelProperty(value = "orderId")
@ApiModelProperty(value = "订单id")
private Integer orderId;
@Column(name = "`shop_id`")