留言板

课程跟商品关联字段
课程和标签关联展示列表
This commit is contained in:
wuchunlei
2024-06-12 11:02:40 +08:00
parent 2c9dc87e83
commit ffcfd1af5d
5 changed files with 66 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ public class CourseEntity {
private String content;
private String relationProductIds;
private Date createTime;
@TableLogic