package com.bizmatics.persistence.mapper; import com.bizmatics.model.PatrolInspectors; import com.bizmatics.common.mvc.base.CrudMapper; /** *

* Mapper 接口 *

* * @author ya * @since 2021-10-18 */ public interface PatrolInspectorsMapper extends CrudMapper { }