添加关联课程id

This commit is contained in:
wuchunlei
2024-09-18 15:48:47 +08:00
parent 5d783e21e8
commit a26e1b13e6
2 changed files with 16 additions and 0 deletions

View File

@@ -182,4 +182,8 @@ public class ShopProduct implements Serializable {
*/
@TableField(exist = false)
private String orderSn;
//课程id
@TableField(exist = false)
private List<ShopProductCourseEntity> courseIds;
}