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