13 lines
297 B
Java
13 lines
297 B
Java
package com.njcn.influx.imapper;
|
|
|
|
import com.njcn.influx.base.InfluxDbBaseMapper;
|
|
import com.njcn.influx.pojo.po.DataHarmPhasicV;
|
|
|
|
/**
|
|
* @author hongawen
|
|
* @version 1.0.0
|
|
* @date 2023年05月05日 08:56
|
|
*/
|
|
public interface DataHarmPhasicVMapper extends InfluxDbBaseMapper<DataHarmPhasicV> {
|
|
}
|