数据库字典/vsl_microshop_level/微店等级表

字段名 数据类型 允许为空 描述
id int(11) NO 等级id
website_id int(11) NO 实例id
level_name varchar(50) YES 等级名称
profit1 decimal(10,2) YES 一级收益比例
profit2 decimal(10,2) YES 二级收益比例
profit3 decimal(10,2) YES 三级收益比例
selfpurchase_rebate decimal(10,2) YES 自购返利
shop_rebate decimal(10,2) YES 下级开店返利
term_validity int(11) YES 有效期
weight int(11) YES 权重
goods_id varchar(255) YES 指定商品ids
create_time int(11) YES 创建时间
modify_time int(11) YES 更新时间
is_default int(2) YES 1为默认
validity int(11) YES 1天/2月/3年