lj_item_price.md 512 B

lj_item_price table structure

此表为课程产品的出售价格

field type null default desc extra
id bigint no 主键 pri
item_id bigint no 商品编码
type int no 类型
price double(16,2) no 0 价格
status smallint no 状态
create_time smallint no now 创建时间
update_time timestamp no now 更新时间
index

index item_id