10 lines
159 B
Java
10 lines
159 B
Java
package com.njcn.influx.service;
|
|
|
|
/**
|
|
* @author hongawen
|
|
* @version 1.0.0
|
|
* @date 2023年05月05日 09:00
|
|
*/
|
|
public interface CldStatisticsFlowService {
|
|
}
|