-- 增加角色表模板ID字段(若不存在) ALTER TABLE `xiaozhi`.`sys_role` ADD COLUMN `templateId` int unsigned DEFAULT NULL COMMENT '模板ID' AFTER `modelId`;