package com.jtgh.qlyg.dao; import com.jtgh.qlyg.dao.common.QlygRepository; import com.jtgh.qlyg.entity.InfApplyEntity; /** * 行政权力办件基本信息DAO * * @author masn * */ public interface InfApplyDao extends QlygRepository<InfApplyEntity, String> { }