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