cit965 / kubecit-service

MIT License
7 stars 12 forks source link

[Feature]: 购物车 #43

Closed mouuii closed 1 year ago

mouuii commented 1 year ago

cit965 Web端版本

0

cit965 Server端版本

0

功能描述以及必要性描述

能够记录用户购物车中东西

建议和方案

No response

kcxg commented 1 year ago
字段名称 类型 含义
id int ID
user_id int 用户id
course_id int 课程id
create_time datetime 创建时间
update_time datetime 更新时间
kcxg commented 1 year ago

@mouuii 评审一下表结构

mouuii commented 1 year ago

购物车先不做了