新增提成查询
This commit is contained in:
@ -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 '更新者',
|
||||
|
Reference in New Issue
Block a user