QryMonitorDeviceListService.java 364 Bytes
Newer Older
zhaojg committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package com.brilliance.service;

import com.brilliance.bo.*;

/**
 * 2.3.6.监测点下设备及传感器列表
 */
public interface QryMonitorDeviceListService {
    /**
     * 2.3.6.监测点下设备及传感器列表
     * @return
     */
    RspComBo<RspMonitorDeviceListBo> getMonitorDeviceList(ReqMonitorDeviceListBo req) throws Exception;
}