新增提成查询

This commit is contained in:
huangdeliang
2020-09-24 00:27:46 +08:00
parent 3deb40bac9
commit cf70d53d7f
12 changed files with 909 additions and 3 deletions

View File

@ -693,8 +693,8 @@ create table sys_commision (
rule_id bigint(20) not null auto_increment comment '编号',
user_id bigint(20) comment '用户ID',
nick_name varchar(30) not null comment '用户昵称',
amount int comment '金额',
rate int comment '分成比例',
amount decimal comment '金额',
rate float comment '分成比例',
create_by varchar(64) default '' comment '创建者',
create_time datetime comment '创建时间',
update_by varchar(64) default '' comment '更新者',