新增information实体类
This commit is contained in:
parent
cef2f3d410
commit
b58fa3dceb
|
@ -0,0 +1,60 @@
|
||||||
|
package org.jeecg.modules.entity.vo;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.core.toolkit.StringPool;
|
||||||
|
import lombok.Data;
|
||||||
|
import org.jeecg.common.util.DateUtils;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
import java.util.Date;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class Information implements Serializable {
|
||||||
|
|
||||||
|
String sample_measid_name;
|
||||||
|
|
||||||
|
String sample_det_measid_name;
|
||||||
|
|
||||||
|
String sample_gas_measid_name;
|
||||||
|
|
||||||
|
String sit_det_code;
|
||||||
|
|
||||||
|
String sample_type;
|
||||||
|
|
||||||
|
String geometry;
|
||||||
|
|
||||||
|
String spectral_qualifie;
|
||||||
|
|
||||||
|
Date transmit_dtg;
|
||||||
|
|
||||||
|
String detect_code;
|
||||||
|
|
||||||
|
String measurementID;
|
||||||
|
|
||||||
|
String bkgdMeasurementID;
|
||||||
|
|
||||||
|
String gasBkgdMeasurementID;
|
||||||
|
|
||||||
|
String sampleRefId;
|
||||||
|
|
||||||
|
String collect_start_str;
|
||||||
|
|
||||||
|
Date collect_start;
|
||||||
|
|
||||||
|
Date collect_stop;
|
||||||
|
|
||||||
|
double s_xe_stable_volume;
|
||||||
|
|
||||||
|
Date acquisition_start;
|
||||||
|
|
||||||
|
Date acquisition_stop;
|
||||||
|
|
||||||
|
double acquisition_real_sec;
|
||||||
|
|
||||||
|
double acquisition_live_sec;
|
||||||
|
|
||||||
|
double s_volume_of_Xe;
|
||||||
|
|
||||||
|
String gas_measid_name;
|
||||||
|
|
||||||
|
String det_measid_name;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user