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

* 服务类 *

* * @author ya * @since 2021-10-18 */ public interface PatrolInspectorsService extends CrudService { }