package com.jtgh.qlyg.service; import com.jtgh.qlyg.entity.InfCheckLogEntity; /** * 办件查看记录Service * * @author masn * */ public interface InfCheckLogService { public S save(S entity); }