Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
256b60b398
|
|
@ -0,0 +1,3 @@
|
|||
-- 0:未完成退料,可以撤回 1:已完成退料,不能撤回
|
||||
alter table back_check_details
|
||||
add is_finished tinyint null comment '0:未完成退料,可以撤回 1:已完成退料,不能撤回';
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
-- 0:未完成退料,可以撤回 1:已完成退料,不能撤回
|
||||
alter table back_check_details
|
||||
add is_finished tinyint null comment '0:未完成退料,可以撤回 1:已完成退料,不能撤回';
|
||||
Loading…
Reference in New Issue