--图书分类
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.peanut.modules.book.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.peanut.modules.book.entity.BookCategoryEntity;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@Mapper
|
||||
public interface BookCategoryDao extends BaseMapper<BookCategoryEntity> {
|
||||
}
|
||||
Reference in New Issue
Block a user