mybatis plus 1 .BaseMapper常用方法
摘要:
1 public interface BaseMapper<T> { 2 3 /** 4 * <p> 5 * 插入一条记录 6 * </p> 7 * 8 * @param entity 实体对象 9 */ 10 int insert(T entity); 11 12 /** 13 * <p> 14 阅读全文
posted @ 2021-11-22 16:49
码农at突泉
阅读(75)
评论(0)
推荐(0)
浙公网安备 33010602011771号