From 6bbac4845106ca8648900b1d9af758c84275ffee Mon Sep 17 00:00:00 2001 From: lishenao <3065849776@qq.com> Date: 星期五, 04 七月 2025 18:09:49 +0800 Subject: [PATCH] 批量添加入库的方法 --- doc/add.sql | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/doc/add.sql b/doc/add.sql index 359bc49..2980a2f 100644 --- a/doc/add.sql +++ b/doc/add.sql @@ -55,4 +55,11 @@ create_user varchar(255) not null comment '褰曞叆浜�', update_user varchar(255) not null comment '鏇存柊浜�', tenant_id bigint not null comment '绉熸埛id' -); \ No newline at end of file +); + + +alter table purchase_ledger + add payment_method varchar(255) null; +alter table sales_ledger + add payment_method varchar(255) null; + -- Gitblit v1.9.3