package com.jtgh.cjhs.dao; import com.jtgh.cjhs.dao.common.CjhsRepository; import com.jtgh.cjhs.entity.YjptBwEntity; /** *长江海事泊位DAO * * @author 刘福亮 * */ public interface YjptBwDao extends CjhsRepository<YjptBwEntity, String> { }