¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.fzzy.async.fzzy40.entity; |
| | | |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import lombok.Data; |
| | | |
| | | import javax.persistence.Column; |
| | | import javax.persistence.Entity; |
| | | import javax.persistence.Id; |
| | | import javax.persistence.Table; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * é飿°æ® |
| | | * @author vince |
| | | * |
| | | */ |
| | | @Data |
| | | @Entity |
| | | @Table(name = "D_AREATION_DATA") |
| | | public class Fz40AreationData implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | |
| | | |
| | | @Id |
| | | @Column(name = "ID_", length = 41) |
| | | @PropertyDef(label = "主é®") |
| | | private String id; |
| | | |
| | | @Column(name = "COMPANY_ID_", length = 10) |
| | | @PropertyDef(label = "ç»ç»ç¼ç ") |
| | | private String companyId; |
| | | |
| | | @Column(name = "DEPT_ID_", length = 40) |
| | | @PropertyDef(label = "æå±ååº") |
| | | private String deptId; |
| | | |
| | | @Column(name = "DEPOT_ID_", length = 50) |
| | | @PropertyDef(label = "æä½ä»åº") |
| | | private String depotId; |
| | | |
| | | @Column(name = "OBJECTIVE_", length = 100) |
| | | @PropertyDef(label = "éé£ç®ç") |
| | | private String objective; |
| | | |
| | | @PropertyDef(label = "ç²®å åé度") |
| | | @Column(name = "ldkxd", precision = 10, scale = 3) |
| | | private double ldkxd; |
| | | |
| | | /** |
| | | * 1ï¼èªç¶ç©ºæ°éé£ |
| | | * 2ï¼å ç空æ°éé£ |
| | | * 3ï¼å·å´ç©ºæ°éé£ |
| | | * 4ï¼å
å¾ªç¯æ§æ¸© |
| | | * 5ï¼ç©ºè°æ§æ¸©éé£ |
| | | * 6ï¼ç»´æéé£ |
| | | */ |
| | | @Column(name = "TYPE_", length = 10) |
| | | @PropertyDef(label = "éé£ç±»å") |
| | | private String type; |
| | | /** |
| | | * 1ï¼å°æ§½ |
| | | * 2ï¼å°ä¸ç¬¼ |
| | | * 3ï¼ç§»å¨å¼ |
| | | * 4ï¼ç®±å¼ |
| | | * 5ï¼å¾å |
| | | * 6ï¼å¤¹åº |
| | | * 9ï¼å
¶ä» |
| | | */ |
| | | @Column(name = "WIND_NET_TYPE_", length = 10) |
| | | @PropertyDef(label = "é£ç½ç±»å") |
| | | private String windNetType; |
| | | |
| | | @PropertyDef(label = "é£ç½è®¾ç½®æ¹å¼") |
| | | @Column(name = "fwszfs", length = 64) |
| | | private String fwszfs; |
| | | |
| | | @PropertyDef(label = "主é£éæªé¢ç§¯") |
| | | @Column(name = "zfdjmj", precision = 10, scale = 3) |
| | | private double zfdjmj; |
| | | |
| | | @PropertyDef(label = "æ¯é£éæªé¢ç§¯") |
| | | @Column(name = "zhfdjmj", precision = 10, scale = 3) |
| | | private double zhfdjmj; |
| | | |
| | | @PropertyDef(label = "æ¯é£éæ»é¿åº¦") |
| | | @Column(name = "zfdzcd", precision = 20, scale = 3) |
| | | private double zfdzcd; |
| | | |
| | | @PropertyDef(label = "é£ç½å¼åç") |
| | | @Column(name = "fwkkl", precision = 10, scale = 3) |
| | | private double fwkkl; |
| | | |
| | | @PropertyDef(label = "空æ°é徿¯") |
| | | @Column(name = "kqtjb", precision = 10, scale = 3) |
| | | private double kqtjb; |
| | | |
| | | @PropertyDef(label = "éé£å£è®¾ç½®ä¸ªæ°") |
| | | @Column(name = "tfkszgs") |
| | | private Integer tfkszgs; |
| | | |
| | | @PropertyDef(label = "é飿ºåå·") |
| | | @Column(name = "tfjxh", length = 128) |
| | | private String tfjxh; |
| | | |
| | | @PropertyDef(label = "é飿ºå°æ°") |
| | | @Column(name = "tfjts") |
| | | private Integer tfjts; |
| | | |
| | | @PropertyDef(label = "åå°é£æºé¢å®å
¨å") |
| | | @Column(name = "dtfjedqy", precision = 10, scale = 3) |
| | | private double dtfjedqy; |
| | | |
| | | @PropertyDef(label = "åå°é£æºé¢å®é£é") |
| | | @Column(name = "dtfjedfl", precision = 10, scale = 3) |
| | | private double dtfjedfl; |
| | | |
| | | @PropertyDef(label = "åå°é£æºé¢å®åç") |
| | | @Column(name = "dtfjedgl", precision = 10, scale = 3) |
| | | private double dtfjedgl; |
| | | |
| | | /** |
| | | * 1ï¼åå
¥å¼éé£ |
| | | * 2ï¼å¸åºå¼éé£ |
| | | * 3ï¼åå
¥ä¸å¸åºç¸ç»åå¼éé£ |
| | | * 4ï¼ç¯æµéé£ |
| | | * 9ï¼å
¶å® |
| | | */ |
| | | @Column(name = "AIR_SUPPLY_MODE_", length = 10) |
| | | @PropertyDef(label = "é飿¹å¼") |
| | | private String airSupplyMode; |
| | | |
| | | @PropertyDef(label = "åå°é£æºå®æµé£é") |
| | | @Column(name = "dtfjscfl", precision = 10, scale = 3) |
| | | private double dtfjscfl; |
| | | |
| | | @PropertyDef(label = "åå°é£æºè½´åç") |
| | | @Column(name = "dtfjzgl", precision = 10, scale = 3) |
| | | private double dtfjzgl; |
| | | |
| | | @PropertyDef(label = "æ»é£é") |
| | | @Column(name = "zfl", precision = 10, scale = 3) |
| | | private double zfl; |
| | | |
| | | @PropertyDef(label = "åä½éé£é") |
| | | @Column(name = "dwtfl", precision = 10, scale = 3) |
| | | private double dwtfl; |
| | | |
| | | @PropertyDef(label = "宿µç³»ç»é»å") |
| | | @Column(name = "scxtzl", precision = 10, scale = 3) |
| | | private double scxtzl; |
| | | |
| | | /** |
| | | * æ»èçµé åç¦ |
| | | */ |
| | | @Column(name = "TOTAL_ES_") |
| | | @PropertyDef(label = "æ»èçµé") |
| | | private Double totalEs; |
| | | |
| | | @PropertyDef(label = "ä½ä¸æ¶æ°æ¸©") |
| | | @Column(name = "zysqw", precision = 10, scale = 3) |
| | | private double zysqw; |
| | | |
| | | @PropertyDef(label = "ä½ä¸æ¶æ°æ¹¿") |
| | | @Column(name = "zysqs", precision = 10, scale = 3) |
| | | private double zysqs; |
| | | |
| | | @Column(name = "BEFORE_TEMP_AVG_") |
| | | @PropertyDef(label = "ä½ä¸åå¹³å粮温") |
| | | private Double beforeTempAvg; |
| | | |
| | | @Column(name = "AFTER_TEMP_AVG_") |
| | | @PropertyDef(label = "ä½ä¸åå¹³å粮温") |
| | | private Double afterTempAvg; |
| | | |
| | | @PropertyDef(label = "鿏©å¹
度") |
| | | @Column(name = "jwfd", precision = 10, scale = 3) |
| | | private double jwfd; |
| | | |
| | | @PropertyDef(label = "å¨ç²®é温è½è") |
| | | @Column(name = "dljwnh", precision = 10, scale = 3) |
| | | private double dljwnh; |
| | | |
| | | @PropertyDef(label = "失水ç") |
| | | @Column(name = "ssl_", precision = 10, scale = 3) |
| | | private double ssl; |
| | | |
| | | @PropertyDef(label = "ä¿æ°´ææè¯ä»·ç»æ") |
| | | @Column(name = "bsxgpjjg", length = 128) |
| | | private String bsxgpjjg; |
| | | |
| | | @PropertyDef(label = "éé£é温ååæ§è¯ä»·_æ´ä»") |
| | | @Column(name = "tfjwjyxpjzc", length = 128) |
| | | private String tfjwjyxpjzc; |
| | | |
| | | @PropertyDef(label = "éé£é温ååæ§è¯ä»·_ä¸å±") |
| | | @Column(name = "tfjwjyxpjsc", length = 128) |
| | | private String tfjwjyxpjsc; |
| | | |
| | | @PropertyDef(label = "éé£é温ååæ§è¯ä»·_ä¸(é´)å±") |
| | | @Column(name = "tfjwjyxpjzjc", length = 128) |
| | | private String tfjwjyxpjzjc; |
| | | |
| | | @PropertyDef(label = "éé£é温ååæ§è¯ä»·_ä¸å±") |
| | | @Column(name = "tfjwjyxpjxc", length = 128) |
| | | private String tfjwjyxpjxc; |
| | | |
| | | @Column(name = "BEFORE_PER_WET_AVG_") |
| | | @PropertyDef(label = "ä½ä¸å平忰´å") |
| | | private Double beforPerWetAvg; |
| | | |
| | | @Column(name = "AFTER_PER_WET_AVG_") |
| | | @PropertyDef(label = "ä½ä¸å平忰´å") |
| | | private Double afterPerWetAvg; |
| | | |
| | | @PropertyDef(label = "éæ°´å¹
度") |
| | | @Column(name = "jsfd", precision = 10, scale = 3) |
| | | private double jsfd; |
| | | |
| | | @PropertyDef(label = "å¨ç²®éæ°´è½è") |
| | | @Column(name = "dljsnh", precision = 10, scale = 3) |
| | | private double dljsnh; |
| | | |
| | | @PropertyDef(label = "éé£éæ°´ååæ§åæ_æ´ä»") |
| | | @Column(name = "tfjsjyxfxzc", length = 128) |
| | | private String tfjsjyxfxzc; |
| | | |
| | | @PropertyDef(label = "éé£éæ°´ååæ§åæ_ä¸å±") |
| | | @Column(name = "tfjsjyxfxsc", length = 128) |
| | | private String tfjsjyxfxsc; |
| | | |
| | | @PropertyDef(label = "éé£éæ°´ååæ§åæ_ä¸(é´)å±") |
| | | @Column(name = "tfjsjyxfxzjc", length = 128) |
| | | private String tfjsjyxfxzjc; |
| | | |
| | | @PropertyDef(label = "éé£éæ°´ååæ§åæ_ä¸å±") |
| | | @Column(name = "tfjsjyxfxxc", length = 128) |
| | | private String tfjsjyxfxxc; |
| | | |
| | | @Column(name = "CHARGE_USER_", length = 30) |
| | | @PropertyDef(label = "è´è´£äºº", description = "éé£ä½ä¸è´è´£äºº") |
| | | private String chargeUser; |
| | | @Column(name = "OPERATORS_", length = 30) |
| | | @PropertyDef(label = "ä½ä¸äººå", description = "éé£ä½ä¸äºº") |
| | | private String operators; |
| | | |
| | | @Column(name = "START_TIME_") |
| | | @PropertyDef(label = "éé£ä½ä¸æ¶é´") |
| | | private Date startTime; |
| | | |
| | | @Column(name = "LONG_TIME_") |
| | | @PropertyDef(label = "é飿¶é¿ï¼åä½å°æ¶") |
| | | private Double longTime; |
| | | |
| | | @Column(name = "UPDATE_TIME_") |
| | | @PropertyDef(label = "ä¿®æ¹æ¶é´", description = "æåä¿®æ¹æ¶é´") |
| | | private Date updateTime; |
| | | |
| | | @Column(name = "UPDATE_USER_", length = 30) |
| | | @PropertyDef(label = "ä¿®æ¹äºº", description = "æåä¿®æ¹äºº") |
| | | private String updateUser; |
| | | |
| | | @Column(name = "REMARK_", length = 200) |
| | | @PropertyDef(label = "夿³¨ä¿¡æ¯") |
| | | private String remark; |
| | | |
| | | @Column(name = "czbz", length = 1) |
| | | @PropertyDef(label = "æä½æ å¿") |
| | | private String czbz; |
| | | } |