package com.fzzy.igds.dzhwk.v1.dto; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; /** * 接口表-通风作业 * */ @Data public class ApiV1Data2005 { @PropertyDef(label = "通风作业单号" ) private String tfzydh; @PropertyDef(label = "通风日期" ) private String tfrq; @PropertyDef(label = "廒间代码" ) private String ajdm; @PropertyDef(label = "通风目的" ) private String tfmd; @PropertyDef(label = "通风类型" ) private String tflx; @PropertyDef(label = "送风方式" ) private String sffs; @PropertyDef(label = "作业时气温" ) private Double zysqw; @PropertyDef(label = "作业时气湿" ) private Double zysqs; @PropertyDef(label = "通风时长" ) private Double tfsc; @PropertyDef(label = "作业前平均粮温" ) private Double zyqpjlw; @PropertyDef(label = "结束后平均粮温" ) private Double jshpjlw; @PropertyDef(label = "作业前平均水分" ) private Double zyqpjsf; @PropertyDef(label = "结束后平均水分" ) private Double zyhpjsf; @PropertyDef(label = "通风作业负责人" ) private String tfzyfzr; @PropertyDef(label = "通风作业人员" ) private String tfzyry; @PropertyDef(label = "最后更新时间" ) private String zhgxsj; }