20240105.sql 110 B

12
  1. alter table sys_dept
  2. add financial_review_type char(10) default 'AUTO' null comment '财务复核方式';