package cn.com.goldenwater.dcproj.service; import cn.com.goldenwater.core.service.CrudService; import cn.com.goldenwater.dcproj.dto.AttStstnBaseDto; import cn.com.goldenwater.dcproj.model.AttStstnBase; import cn.com.goldenwater.dcproj.model.BisInspQymtenEffc; import cn.com.goldenwater.dcproj.param.AttStstnBaseParam; import cn.com.goldenwater.dcproj.param.BisInspQymtenEffcParam; import com.github.pagehelper.PageInfo; import java.util.List; /** * @author lhc * @date 2021-7-19 */ public interface BisInspQymtenEffcService extends CrudService { PageInfo notInsertList(AttStstnBaseParam attStstnBaseParam); void batchAdd(AttStstnBaseDto attStstnBaseDto); // ------------------------- 自定方法 ------------------------- }