通用文件新项目
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.peanut.modules.common.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.peanut.modules.common.entity.BaseAreaEntity;
|
||||
|
||||
public interface BaseAreaService extends IService<BaseAreaEntity> {
|
||||
|
||||
Page getBaseAreas(Integer limit, Integer page);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user