This commit is contained in:
wangjinlei
2023-09-20 15:43:43 +08:00
parent e0a103358c
commit 2bfc0f7919
2 changed files with 16 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ public class ShopProductLabelEntity {
@TableId
private Integer splId;
@TableField("label_name")
private String labelName;
private Date ctime;