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