检查设备位置与围栏的关系
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
package com.fuyuanshen.equipment.mapper;
|
||||
|
||||
import com.fuyuanshen.equipment.domain.DeviceFenceStatus;
|
||||
import com.fuyuanshen.equipment.domain.vo.DeviceFenceStatusVo;
|
||||
import com.fuyuanshen.common.mybatis.core.mapper.BaseMapperPlus;
|
||||
|
||||
/**
|
||||
* 设备进入围栏状态Mapper接口
|
||||
*
|
||||
* @author Lion Li
|
||||
* @date 2025-09-15
|
||||
*/
|
||||
public interface DeviceFenceStatusMapper extends BaseMapperPlus<DeviceFenceStatus, DeviceFenceStatusVo> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user