Compare commits

...

2 Commits

Author SHA1 Message Date
liang.chao 9605d963d3 Merge remote-tracking branch 'origin/dev' into dev 2024-09-23 10:51:26 +08:00
liang.chao 90c5bc50d3 新增线下采购单编号 2024-09-23 10:51:12 +08:00
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 '线下采购单编号';