|
@ -27,6 +27,7 @@ public class IotRequestMapping {
|
|
|
public static final String workType = api_iot_common + "/workType";
|
|
|
public static final String hospital = api_iot_common + "/hospital";
|
|
|
public static final String interfaceAudit = api_iot_common + "/interfaceAudit";
|
|
|
public static final String monitorPlatform = api_iot_common + "/monitorPlatform";
|
|
|
public static final String sim = api_iot_common + "/sim";
|
|
|
|
|
|
|
|
@ -120,6 +121,9 @@ public class IotRequestMapping {
|
|
|
}
|
|
|
|
|
|
|
|
|
public static class MonitorPlatform{
|
|
|
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 产品模块常量
|