liyong
2025-07-01 c4132c10ccf4dfe7fdd05178dd37ffc1333ee123
doc/add.sql
@@ -63,3 +63,14 @@
alter table sales_ledger
    add payment_method varchar(255) null;
alter table payment_registration
    modify sale_ledger_id bigint default 0 null comment '销售台账id';
alter table ticket_registration
    add enter_date timestamp null;
alter table product_record
    add 列_name int null comment 'sale_ledger_projectI_id';