0619.sql 251 B

123456
  1. -- 部门子表添加字段
  2. alter table sys_dept_sub
  3. add subject_user_type VARCHAR(2) null comment '税邦云用户类型id';
  4. alter table sys_dept_sub
  5. add subject_invoice_category int null comment '税邦云用户类型对应的发票类目';