package com.bizmatics.service; import com.bizmatics.common.mvc.base.CrudService; import com.bizmatics.model.PatrolInspectionRoute; /** * 暂时未用 * * @author ya * @since 2021-10-19 */ public interface PatrolInspectionRouteService extends CrudService { }