diff --git a/2024/宁夏机具/user_20240716.sql b/2024/宁夏机具/user_20240716.sql index 870e495..2ad9746 100644 --- a/2024/宁夏机具/user_20240716.sql +++ b/2024/宁夏机具/user_20240716.sql @@ -1,3 +1,6 @@ alter table back_apply_details add back_status int default 0 null comment '退料状态 0待退料 1已退料'; +-- 预报废列表审核旧taskId +alter table scrap_check_details + add old_task_id varchar(100) null comment '预报废列表审核旧taskId'; \ No newline at end of file