ars.module.location.service.AbstractRouteService 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.service;
import ars.module.location.model.Route;
import ars.module.location.service.RouteService;
import ars.database.service.StandardGeneralService;
/**
* 线路业务操作抽象实现
*
* @author yongqiangwu
*
* @param
* 数据模型
*/
public abstract class AbstractRouteService extends StandardGeneralService
implements RouteService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy