package com.flightfeather.monitor.dustexceptionanalysis.dataprocess; import com.flightfeather.monitor.pojo.DustExceptionSetting; import java.util.List; public class DataProcess { public void giveValues(List data){ DustExceptionSetting dustExceptionSetting = new DustExceptionSetting(); } }