- alter table wm_dept_task_type_template
- add detail json null comment '规则详情' after template;
- alter table wm_user_sign_detail
- add detail json null comment '详情数据';
- alter table wm_score_package
- add audit_management_fee_rates decimal(5, 2) default '0.00' not null comment '审核管理费比例';
|