mybatis

 

@TableName("task_report")定义表名,这个表是在数据库中已经建好的

mapper使用条件构造器的格式为public interface TAdasClosedMapper extends BaseMapper<entity的名字> {}
这个interface是不需要写实现类的



 

posted @ 2020-08-03 16:46  568353087  阅读(79)  评论(0编辑  收藏  举报