国家区域

This commit is contained in:
wangjinlei
2023-11-14 11:24:43 +08:00
parent e40264147a
commit 900718d358
6 changed files with 138 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
package com.peanut.modules.book.dao;
import com.github.yulichang.base.MPJBaseMapper;
import com.peanut.modules.book.entity.BaseAreaEntity;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface BaseAreaDao extends MPJBaseMapper<BaseAreaEntity> {
}