mybatis-plus一些通用方法如何使用

  insert相關app boolean insert(T entity); //插入it boolean insertSelective(T entity); //選擇性插入,null字段不插入date boolean insertBatch(List<T> entityList); //批量插入List delete相關select boolean deleteById(I id); //經
相關文章
相關標籤/搜索