SQL转Java代码生成器

请输入建表SQL语句:

生成的代码:

实体类
Mapper接口
Mapper XML
Service接口
ServiceImpl
Controller
// 实体类代码将在这里显示
// Mapper接口代码将在这里显示
// Mapper XML将在这里显示
// Service接口代码将在这里显示
// Service实现类代码将在这里显示
// Controller层代码将在这里显示