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

* 服务类 *

* * @author ya * @since 2021-10-19 */ public interface PatrolInspectionRouteService extends CrudService { }