奉贤电表数据接入
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package com.xzzn.web.controller.ems;
|
||||
|
||||
import com.xzzn.common.core.controller.BaseController;
|
||||
import com.xzzn.common.core.domain.AjaxResult;
|
||||
import com.xzzn.common.core.page.TableDataInfo;
|
||||
import com.xzzn.ems.domain.EmsDevicesSetting;
|
||||
import com.xzzn.ems.domain.EmsSiteSetting;
|
||||
@ -56,8 +57,8 @@ public class EmsSiteConfigController extends BaseController{
|
||||
* 获取设备详细信息
|
||||
*/
|
||||
@GetMapping("/getDeviceDetailInfo")
|
||||
public EmsDevicesSetting getDeviceDetailInfo(@RequestParam String deviceId)
|
||||
public AjaxResult getDeviceDetailInfo(@RequestParam String deviceId)
|
||||
{
|
||||
return iEmsDeviceSettingService.getDeviceDetailInfo(deviceId);
|
||||
return success(iEmsDeviceSettingService.getDeviceDetailInfo(deviceId));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user