数据库字典
奖励设置表
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int(11) | NO | 主键id | |
uniacid | int(11) | NO | 公众号id | |
condition_amount | decimal(10,2) | NO | 条件金额 | |
reward_amount | decimal(10,2) | YES | 奖励金额 | |
single_amount | decimal(10,2) | YES | 单次释放金额 | |
area | int(11) | NO | 区域条件 | |
level | string | NO | 经销商等级 | |
reward_total | decimal(10,2) | NO | 总共奖励 | |
give_total | decimal(10,2) | NO | 总共释放 | |
created_at | int(11) | NO | 创建时间 | |
updated_at | int(11) | NO | 更新时间 |