- package com.usky.fire.service;
- import com.usky.common.mybatis.core.CrudService;
- import com.usky.fire.domain.PatrolInspectionArea;
- /**
- * <p>
- * 服务类
- * </p>
- *
- * @author JCB
- * @since 2022-07-12
- */
- public interface PatrolInspectionAreaService extends CrudService<PatrolInspectionArea> {
- }
|