package com.fzzy.push.nx2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fzzy.api.entity.ApiParent; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import java.io.Serializable; import java.util.Date; /** * @Description * @Author CZT * @Date 2024/4/18 16:23 */ @Data public class Nx2023Api1305 implements Serializable { @PropertyDef(label = "通风通风作业单号" ) private String tytfzydh; @PropertyDef(label = "通风作业单号" ) private String tfzydh; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "通风日期" ) private Date tfrq; @PropertyDef(label = "统一廒间编码" ) private String tyajbm; @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; }