-- 结算表 加第三方任务id alter table wm_score_package_settle_note add third_task_id varchar(20) null comment '第三方任务id'; -- 结算表 加是否完成完单操作标记 alter table wm_score_package_settle_note add finish_task_flag int default 0 null comment '是否完成完单操作';