|
@@ -5,6 +5,7 @@ import com.bizmatics.model.Device;
|
|
|
import com.bizmatics.model.DeviceAnalogVariableList;
|
|
|
import com.bizmatics.model.DeviceList;
|
|
|
import com.bizmatics.model.vo.CorrespondDeviceVO;
|
|
|
+import com.bizmatics.model.vo.DeviceOneVo;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
import org.springframework.stereotype.Repository;
|
|
|
|
|
@@ -55,5 +56,7 @@ public interface DeviceMapper extends CrudMapper<Device> {
|
|
|
|
|
|
List<DeviceAnalogVariableList> deviceAnalogVariableList(@Param("siteId") Integer siteId);
|
|
|
|
|
|
+ List<DeviceOneVo> deviceBoxList(@Param("siteId") Integer siteId);
|
|
|
+
|
|
|
|
|
|
}
|