15 lines
342 B
Java
15 lines
342 B
Java
|
|
package com.njcn.influx.imapper;
|
||
|
|
|
||
|
|
import com.njcn.influx.base.InfluxDbBaseMapper;
|
||
|
|
import com.njcn.influx.pojo.po.DataHarmPowerQ;
|
||
|
|
import com.njcn.influx.pojo.po.DataHarmPowerS;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @author hongawen
|
||
|
|
* @version 1.0.0
|
||
|
|
* @date 2023年05月05日 09:00
|
||
|
|
*/
|
||
|
|
public interface DataHarmPowerSMapper extends InfluxDbBaseMapper<DataHarmPowerS> {
|
||
|
|
|
||
|
|
}
|