获取标签下得商品书列表

This commit is contained in:
wuchunlei
2024-05-16 13:21:37 +08:00
parent 1b3803074d
commit e616be7687
3 changed files with 30 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ public class ShopProductToBookLabel implements Serializable {
private Integer bookLabelId;
private Integer sort;
/**
* 创建时间
*/

View File

@@ -21,6 +21,8 @@ public class ShopProductToBookMarket implements Serializable {
private Integer bookMarketId;
private Integer sort;
/**
* 创建时间
*/