mybatis-plus学习
@TableName: 对应数据库表名
@KeySequence: 主键策略(暂时不了解)

mybatis-plus学习
@TableField注解对应表字段
mybatis-plus学习
namespace: 对应接口
resultMap: 是查询映射结果的
type: 指某个实体类
column: 表字段
property: Java实体类中的字段
mybatis-plus学习
sql查询片段:给查询投影取别名

相关文章:

  • 2021-09-13
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2022-02-11
  • 2022-12-23
猜你喜欢
  • 2021-11-20
  • 2021-09-07
  • 2021-09-30
  • 2021-12-14
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案