水闸、灌区、泵站基本信息管理
This commit is contained in:
@ -6,6 +6,7 @@ import com.fastbee.iot.domain.Device;
|
||||
import com.fastbee.iot.domain.DeviceGroup;
|
||||
import com.fastbee.iot.model.*;
|
||||
import com.fastbee.iot.model.ThingsModels.ThingsModelValuesOutput;
|
||||
import com.github.yulichang.base.MPJBaseMapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@ -19,7 +20,7 @@ import java.util.Set;
|
||||
* @date 2021-12-16
|
||||
*/
|
||||
@Repository
|
||||
public interface DeviceMapper
|
||||
public interface DeviceMapper extends MPJBaseMapper<Device>
|
||||
{
|
||||
/**
|
||||
* 查询设备
|
||||
|
Reference in New Issue
Block a user