package com.jtgh.cjhs.service; import com.jtgh.cjhs.entity.DtxtBwEntity; /** * 危险品申报信息 * @author 刘福亮 * */ public interface DtxtBwService { public DtxtBwEntity findByBwdm(String bwdm); }