国家区域
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.peanut.modules.book.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.peanut.modules.book.entity.BaseAreaEntity;
|
||||
|
||||
|
||||
public interface BaseAreaService extends IService<BaseAreaEntity> {
|
||||
|
||||
Page getBaseAreas(Integer limit, Integer page);
|
||||
}
|
||||
Reference in New Issue
Block a user