This commit is contained in:
sxu 2024-09-23 14:11:04 +08:00
commit b675311f68
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- 线下采购单编号
alter table purchase_check_info
add purchase_number varchar(100) null comment '线下采购单编号';

View File

@ -0,0 +1,3 @@
-- 线下采购单编号
alter table purchase_check_info
add purchase_number varchar(100) null comment '线下采购单编号';