liyong
2025-06-28 6c65bc2938ad7ab83166074022b332c65c9f0371
doc/add.sql
@@ -63,3 +63,11 @@
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;