|
@ -36,7 +36,7 @@ import java.util.*;
|
|
|
* Created by yeshijie on 2020/5/11.
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping(IotRequestMapping.Common.monitorPlatform)
|
|
|
@RequestMapping("svr-iot/monitorPlatform")
|
|
|
@Api(tags = "健康监测平台相关操作", description = "大屏数据相关操作")
|
|
|
public class MonitorPlatformController extends EnvelopRestEndpoint {
|
|
|
|