package com.jtgh.cjhs.service; import com.jtgh.cjhs.entity.YjptBwEntity; /** * 泊位信息 * @author 刘福亮 * */ public interface YjptBwService { /** 保存经营人信息 */ public <S extends YjptBwEntity> S save(S entity); }