代码重新提交

This commit is contained in:
wr
2023-05-16 09:39:08 +08:00
parent 889039f2b4
commit 412cbc4124
21 changed files with 26 additions and 61 deletions

View File

@@ -41,9 +41,6 @@ public class WaveTypeParam extends DeviceInfoParam.BusinessParam {
)
private Integer comFlag = 1;
@ApiModelProperty(
name = "type",
value = "区分 0.pq 1.pms"
)
@ApiModelProperty(name = "type", value = "区分 0.pq 1.pms")
private Integer type = 0;
}

View File

@@ -55,8 +55,6 @@ import com.njcn.event.service.majornetwork.ReportService;
import com.njcn.event.utils.EchartsUtil;
import com.njcn.event.utils.FreemarkerUtil;
import com.njcn.event.utils.WordUtils;
import com.njcn.harmonic.pojo.vo.ComAssessVO;
import com.njcn.influxdb.mapper.InfluxDBResultMapperCn;
import com.njcn.influxdb.utils.InfluxDBCommUtils;
import com.njcn.influxdb.utils.InfluxDbUtils;
import com.njcn.poi.util.PoiUtil;