|
@@ -1,6 +1,6 @@
|
|
package com.usky.iot.controller.api;
|
|
package com.usky.iot.controller.api;
|
|
|
|
|
|
-import com.usky.iot.RemotePmService;
|
|
|
|
|
|
+import com.usky.iot.RemoteIotService;
|
|
import com.usky.iot.service.PmWorkReportService;
|
|
import com.usky.iot.service.PmWorkReportService;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
@@ -15,7 +15,7 @@ import java.time.LocalDateTime;
|
|
* @author f
|
|
* @author f
|
|
*/
|
|
*/
|
|
@RestController
|
|
@RestController
|
|
-public class PmTimedSendingApi implements RemotePmService {
|
|
|
|
|
|
+public class PmTimedSendingApi implements RemoteIotService {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private PmWorkReportService pmWorkReportService;
|
|
private PmWorkReportService pmWorkReportService;
|