ac2bde477074f8aa7f352e2f7f804a789e3f0a23.svn-base 407 B

1234567891011121314
  1. package cn.com.goldenwater.dcproj.dao;
  2. import cn.com.goldenwater.dcproj.model.BisInspRsfcoqhPres;
  3. import cn.com.goldenwater.dcproj.param.BisInspRsfcoqhPresParam;
  4. import cn.com.goldenwater.core.persistence.CrudDao;
  5. import org.springframework.stereotype.Repository;
  6. import java.util.List;
  7. @Repository
  8. public interface BisInspRsfcoqhPresDao extends CrudDao<BisInspRsfcoqhPres, BisInspRsfcoqhPresParam> {
  9. }