221009.sql 142 B

123
  1. -- 结算表 加第三方任务id
  2. alter table wm_score_package_settle_note
  3. add third_task_id varchar(20) null comment '第三方任务id';