查询站点已绑定/未绑定设备列表,气象设备实时数据接口返回格式调整等
This commit is contained in:
@ -6,6 +6,7 @@ import java.util.Set;
|
||||
import com.fastbee.iot.domain.Group;
|
||||
import com.fastbee.iot.model.DeviceGroupInput;
|
||||
import com.fastbee.iot.model.IdOutput;
|
||||
import com.github.yulichang.base.MPJBaseMapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
@ -15,7 +16,7 @@ import org.springframework.stereotype.Repository;
|
||||
* @date 2021-12-16
|
||||
*/
|
||||
@Repository
|
||||
public interface GroupMapper
|
||||
public interface GroupMapper extends MPJBaseMapper<Group>
|
||||
{
|
||||
/**
|
||||
* 查询设备分组
|
||||
|
Reference in New Issue
Block a user