mybatis-plus學習

@TableName: 對應數據庫表名 @KeySequence: 主鍵策略(暫時不瞭解) @TableField註解對應表字段 namespace: 對應接口 resultMap: 是查詢映射結果的 type: 指某個實體類 column: 表字段 property: Java實體類中的字段 sql查詢片段:給查詢投影取別名
相關文章
相關標籤/搜索