YjptBwDao.java 274 B

123456789101112131415
  1. package com.jtgh.cjhs.dao;
  2. import com.jtgh.cjhs.dao.common.CjhsRepository;
  3. import com.jtgh.cjhs.entity.YjptBwEntity;
  4. /**
  5. *长江海事泊位DAO
  6. *
  7. * @author 刘福亮
  8. *
  9. */
  10. public interface YjptBwDao extends
  11. CjhsRepository<YjptBwEntity, String> {
  12. }