package com.bizmatics.service; import com.bizmatics.model.Route; import com.bizmatics.common.mvc.base.CrudService; /** *

* 服务类 *

* * @author ya * @since 2021-07-07 */ public interface RouteService extends CrudService { }