13 lines
212 B
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 {
|
|
}
|