doc(代码生成): 删除默认的【增删改查】 分组,全部依赖 CGTM 自动下载

This commit is contained in:
冷冷 2024-07-26 09:49:10 +08:00
parent 8b04df2688
commit 25a6cb593f

View File

@ -992,12 +992,6 @@ CREATE TABLE `gen_group` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='模板分组';
-- ----------------------------
-- Records of gen_group
-- ----------------------------
BEGIN;
INSERT INTO `gen_group` VALUES (1, '增删改查', '单表增删改查', ' ', ' ', NULL, NULL, '0');
COMMIT;
-- ----------------------------
-- Table structure for gen_table