f40a3c86055bbe9e3003f2c1bd756883fb2c7271.svn-base 516 B

12345678910111213141516171819
  1. package cn.com.goldenwater.dcproj.service;
  2. import cn.com.goldenwater.core.service.CrudService;
  3. import cn.com.goldenwater.dcproj.model.BisInspDstfldqhNote;
  4. import cn.com.goldenwater.dcproj.param.BisInspDstfldqhNoteParam;
  5. import com.github.pagehelper.PageInfo;
  6. import java.util.List;
  7. /**
  8. * @author lhc
  9. * @date 2021-6-10
  10. */
  11. public interface BisInspDstfldqhNoteService extends CrudService<BisInspDstfldqhNote, BisInspDstfldqhNoteParam> {
  12. // ------------------------- 自定方法 -------------------------
  13. }