- package com.usky.fire.service;
- import com.usky.fire.domain.DeviceAlert;
- import com.usky.common.mybatis.core.CrudService;
- /**
- * <p>
- * 设备告警 服务类
- * </p>
- *
- * @author JCB
- * @since 2022-11-04
- */
- public interface DeviceAlertService extends CrudService<DeviceAlert> {
- }
|