package com.jtgh.cjhs.service; import com.jtgh.cjhs.entity.YjptWxhwpmEntity; /** * 危险品申报信息 * @author 刘福亮 * */ public interface YjptWxhwpmService { /** 保存经营人信息 */ public S save(S entity); }