package com.fzzy.push.sh2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import lombok.EqualsAndHashCode; import java.io.Serializable; import java.util.Date; /** * 接口表-通风作业数据表 * * @author chen * @date 2022-09-02 16:17 */ @Data @EqualsAndHashCode(callSuper = false) public class SH2023Api1305 implements Serializable { /** * */ private static final long serialVersionUID = 1L; @PropertyDef(label = "通风作业单号") private String tfzydh; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "通风日期") private Date tfrq; @PropertyDef(label = "仓房代码") private String cfdm; @PropertyDef(label = "通风目的") private String tfmd; @PropertyDef(label = "粮堆孔隙度") private double ldkxd; @PropertyDef(label = "通风类型") private String tflx; @PropertyDef(label = "风道型式") private String fdxs; @PropertyDef(label = "风网设置方式") private String fwszfs; @PropertyDef(label = "主风道截面积") private double zfdjmj; @PropertyDef(label = "支风道截面积") private double zhfdjmj; @PropertyDef(label = "支风道总长度") private double zfdzcd; @PropertyDef(label = "风网开孔率") private double fwkkl; @PropertyDef(label = "空气途径比") private double kqtjb; @PropertyDef(label = "通风口设置个数") private Integer tfkszgs; @PropertyDef(label = "通风机型号") private String tfjxh; @PropertyDef(label = "通风机台数") private Integer tfjts; @PropertyDef(label = "单台风机额定全压") private double dtfjedqy; @PropertyDef(label = "单台风机额定风量") private double dtfjedfl; @PropertyDef(label = "单台风机额定功率") private double dtfjedgl; @PropertyDef(label = "送风方式") private String sffs; @PropertyDef(label = "单台风机实测风量") private double dtfjscfl; @PropertyDef(label = "单台风机轴功率") private double dtfjzgl; @PropertyDef(label = "总风量") private double zfl; @PropertyDef(label = "单位通风量") private double dwtfl; @PropertyDef(label = "实测系统阻力") private double scxtzl; @PropertyDef(label = "总耗电量") private double zhdl; @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 jwfd; @PropertyDef(label = "吨粮降温能耗") private double dljwnh; @PropertyDef(label = "失水率") private double ssl; @PropertyDef(label = "保水效果评价结果") private String bsxgpjjg; @PropertyDef(label = "通风降温均匀性评价_整仓") private String tfjwjyxpjzc; @PropertyDef(label = "通风降温均匀性评价_上层") private String tfjwjyxpjsc; @PropertyDef(label = "通风降温均匀性评价_中(间)层") private String tfjwjyxpjzjc; @PropertyDef(label = "通风降温均匀性评价_下层") private String tfjwjyxpjxc; @PropertyDef(label = "作业前平均水分") private double zyqpjsf; @PropertyDef(label = "结束后平均水分") private double zyhpjsf; @PropertyDef(label = "降水幅度") private double jsfd; @PropertyDef(label = "吨粮降水能耗") private double dljsnh; @PropertyDef(label = "通风降水均匀性分析_整仓") private String tfjsjyxfxzc; @PropertyDef(label = "通风降水均匀性分析_上层") private String tfjsjyxfxsc; @PropertyDef(label = "通风降水均匀性分析_中(间)层") private String tfjsjyxfxzjc; @PropertyDef(label = "通风降水均匀性分析_下层") private String tfjsjyxfxxc; @PropertyDef(label = "通风作业负责人") private String tfzyfzr; @PropertyDef(label = "通风作业人员") private String tfzyry; @PropertyDef(label = "操作标志") private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "最后更新时间") private Date zhgxsj; @PropertyDef(label = "廒间代码") private String ajdm; @PropertyDef(label = "统一廒间编码") private String tyajbm; @PropertyDef(label = "标记位") private String bjw; }