php think crud -t fa_tests 创建fa_tests 表的curd操作
php think menu --delete=1 --controller=Tests 删除关于Tests 表的菜单
php think crud -t test -d 1 //删除test表生成的CRUD
php think menu -c test 生成test表的菜单