Files
pqs-influx/src/main/java/com/njcn/influx/service/impl/DataFlucServiceImpl.java

13 lines
212 B
Java

package com.njcn.influx.service.impl;
import org.springframework.stereotype.Service;
/**
* @author hongawen
* @version 1.0.0
* @date 2023年05月05日 09:10
*/
@Service
public class DataFlucServiceImpl {
}