feiyu02
2023-10-19 f5d149a03739086d34c4dc2eb924bcf0e4330521
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.flightfeather.monitor.dustexceptionanalysis.dataprocess;
 
import com.flightfeather.monitor.pojo.DustExceptionSetting;
 
import java.util.List;
 
public class DataProcess {
    public void giveValues(List<DustExceptionSetting> data){
        DustExceptionSetting dustExceptionSetting = new DustExceptionSetting();
 
 
 
    }
}