添加关联课程id
This commit is contained in:
@@ -182,4 +182,8 @@ public class ShopProduct implements Serializable {
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private String orderSn;
|
||||
|
||||
//课程id
|
||||
@TableField(exist = false)
|
||||
private List<ShopProductCourseEntity> courseIds;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user