- package com.jtgh.qlyg.dao;
- import com.jtgh.qlyg.dao.common.QlygRepository;
- import com.jtgh.qlyg.entity.InfApplyResultEntity;
- /**
- * 行政权力办件结果信息DAO
- *
- * @author masn
- *
- */
- public interface InfApplyResultDao extends
- QlygRepository<InfApplyResultEntity, String> {
- }
|