package com.jtgh.cjhs.dao; import com.jtgh.cjhs.dao.common.CjhsRepository; import com.jtgh.cjhs.entity.YjptZysqbpEntity; /** *长江海事危险品DAO * * @author 刘福亮 * */ public interface YjptZysqbpDao extends CjhsRepository<YjptZysqbpEntity, String> { }