- package com.bizmatics.service;
- import com.bizmatics.model.PatrolInspectors;
- import com.bizmatics.common.mvc.base.CrudService;
- /**
- * <p>
- * 服务类
- * </p>
- *
- * @author ya
- * @since 2021-10-18
- */
- public interface PatrolInspectorsService extends CrudService<PatrolInspectors> {
- }
|