ars.module.location.repository.StandardRouteRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ars-module-location Show documentation
Show all versions of ars-module-location Show documentation
Ars framework module location
package ars.module.location.repository;
import ars.module.location.model.Route;
import ars.module.location.repository.AbstractRouteRepository;
/**
* 线路数据持久标准实现
*
* @author yongqiangwu
*
*/
public class StandardRouteRepository extends AbstractRouteRepository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy