From dfc34ebed0cab5e1ee664cb2a8f36e3ba6090e3c Mon Sep 17 00:00:00 2001 From: liyong <18434998025@163.com> Date: 星期二, 01 七月 2025 11:43:16 +0800 Subject: [PATCH] 2025-07-01 配置文件上传 --- doc/add.sql | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/doc/add.sql b/doc/add.sql index 359bc49..2d53f4a 100644 --- a/doc/add.sql +++ b/doc/add.sql @@ -55,4 +55,22 @@ 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; + + +alter table payment_registration + modify sale_ledger_id bigint default 0 null comment '閿�鍞彴璐d'; + + +alter table ticket_registration + add enter_date timestamp null; + +alter table product_record + add 鍒梍name int null comment 'sale_ledger_projectI_id'; + -- Gitblit v1.9.3