终端模块调整influx查询
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.njcn.influx.service;
|
||||
|
||||
/**
|
||||
* @author hongawen
|
||||
* @version 1.0.0
|
||||
* @date 2023年08月09日 09:28
|
||||
*/
|
||||
public interface PqsCommunicateService {
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
package com.njcn.influx.service.impl;
|
||||
|
||||
import com.njcn.influx.service.PqsCommunicateService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* @author hongawen
|
||||
* @version 1.0.0
|
||||
* @date 2023年08月09日 09:28
|
||||
*/
|
||||
@Service
|
||||
public class PqsCommunicateServiceImpl implements PqsCommunicateService {
|
||||
}
|
||||
Reference in New Issue
Block a user