Mybatis-Plus的常用注解

Mybatis-Plus的常用注解

1.@TableName("") // 指定数据库表名
2.@TableId() // 主键
3.@TableField // 字段名

猜你喜欢

转载自blog.csdn.net/jq1223/article/details/114229648