package com.jtgh.qlyg.dao; import com.jtgh.qlyg.dao.common.QlygRepository; import com.jtgh.qlyg.entity.InfCheckLogEntity; /** * 办件查看记录DAO * * @author masn * */ public interface InfCheckLogDao extends QlygRepository<InfCheckLogEntity, String> { }