All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ars.module.location.service.RouteService Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package ars.module.location.service;

import ars.invoke.local.Api;
import ars.module.location.model.Route;
import ars.database.service.BasicService;

/**
 * 线路业务操作接口
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
@Api("location/route")
public interface RouteService extends BasicService {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy