lishenao
2025-07-04 6bbac4845106ca8648900b1d9af758c84275ffee
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'
);
);
alter table purchase_ledger
    add payment_method varchar(255) null;
alter table sales_ledger
    add payment_method varchar(255) null;