XklAmpReportLocationRespository.java
292 Bytes
package com.xkl.repository;
import com.xkl.domain.XklAmpReportLocationEntity;
import org.springframework.data.repository.CrudRepository;
/**
* create by zhaoyue at 20170415
*/
public interface XklAmpReportLocationRespository extends CrudRepository<XklAmpReportLocationEntity, Long> {
}