代码调整

This commit is contained in:
2023-05-22 19:10:38 +08:00
parent da9e1c0e98
commit 8e57a6cb20
11 changed files with 14 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
package com.njcn.influx.imapper;
import com.njcn.influx.base.InfluxDbBaseMapper;
import com.njcn.influx.pojo.po.DataHarmPowerP;
/**
* @author hongawen
* @version 1.0.0
* @date 2023年05月05日 09:00
*/
public interface DataHarmPowerPMapper extends InfluxDbBaseMapper<DataHarmPowerP> {
}