20230921.sql 239 B

12345
  1. alter table wm_task_type
  2. add task_receiver_type char default '1' null comment '承接对象(1-个人,2-企业)';
  3. alter table wm_score_package
  4. add ent_task_limit decimal(5, 2) default 0.00 null comment '企业任务上限(单位%)'