20231122.sql 177 B

12345
  1. alter table wm_score_package
  2. add invoice_number varchar(64) null comment '发票号码';
  3. alter table wm_score_package
  4. add invoice_file json null comment '发票文件';