delete from sys_menu where name in ('AddDictType', 'EditDictType', 'DeleteDictType', 'AddDictData', 'EditDictData', 'DeleteDictData'); delete from sys_menu where name = 'PluginDict'; drop table if exists sys_dict_data; drop table if exists sys_dict_type;