package com.fzzy.igds.dzhwk.v1.dto;
|
|
import com.bstek.dorado.annotation.PropertyDef;
|
import lombok.Data;
|
|
/**
|
* 接口表-气体
|
*/
|
@Data
|
public class ApiV1Data2002 {
|
|
@PropertyDef(label = "检测单号")
|
private String qtndjcdh;
|
|
@PropertyDef(label = "检测时间")
|
private String jcsj;
|
|
@PropertyDef(label = "仓库编码")
|
private String hwdm;
|
|
@PropertyDef(label = "氧气含量值集合")
|
private String yqhlzjh;
|
|
@PropertyDef(label = "二氧化碳含量值集合")
|
private String eyhthlzjh;
|
|
@PropertyDef(label = "氧气含量值集合")
|
private String lhqndzjh;
|
|
@PropertyDef(label = "氮气含量值集合")
|
private String dqndzjh;
|
|
@PropertyDef(label = "作业类型")
|
private Integer zylx;
|
|
@PropertyDef(label = "更新时间")
|
private String zhgxsj;
|
|
}
|