|
@@ -65,7 +65,7 @@ public interface DeviceInfoService {
|
|
|
* @return
|
|
|
*/
|
|
|
@PostMapping("list")
|
|
|
- R<List<DeviceInfoDto.Vo>> list(DeviceInfoDto.ListDto dto);
|
|
|
+ R<List<DeviceInfoDto.Vo>> list(@RequestBody @Validated DeviceInfoDto.ListDto dto);
|
|
|
|
|
|
/**
|
|
|
* 通用列表查询
|
|
@@ -74,7 +74,7 @@ public interface DeviceInfoService {
|
|
|
* @return
|
|
|
*/
|
|
|
@PostMapping("listCommon")
|
|
|
- R<List<DeviceInfoDto.Vo>> listCommon(DeviceInfoDto.ListCommon dto);
|
|
|
+ R<List<DeviceInfoDto.Vo>> listCommon(@RequestBody @Validated DeviceInfoDto.ListCommon dto);
|
|
|
|
|
|
/**
|
|
|
* 更新商户线路
|