| 12345678910111213141516171819 |
- package cn.com.goldenwater.dcproj.service;
- import cn.com.goldenwater.core.service.CrudService;
- import cn.com.goldenwater.dcproj.model.BisInspHystpOthr;
- import cn.com.goldenwater.dcproj.param.BisInspHystpOthrParam;
- import com.github.pagehelper.PageInfo;
- import java.util.List;
- /**
- * @author lhc
- * @date 2022-3-23
- */
- public interface BisInspHystpOthrService extends CrudService<BisInspHystpOthr, BisInspHystpOthrParam> {
- // ------------------------- 自定方法 -------------------------
- }
|