- package com.bizmatics.persistence.mapper;
- import com.bizmatics.model.PatrolInspectors;
- import com.bizmatics.common.mvc.base.CrudMapper;
- /**
- * <p>
- * Mapper 接口
- * </p>
- *
- * @author ya
- * @since 2021-10-18
- */
- public interface PatrolInspectorsMapper extends CrudMapper<PatrolInspectors> {
- }
|