¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.fzzy.async.fzzy35.entity; |
| | | |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | 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; |
| | | |
| | | /** |
| | | * ç¯æµçè¸-çè¸ä½ä¸è®°å½ |
| | | * |
| | | * @date 2023å¹´7æ26æ¥ |
| | | */ |
| | | @Data |
| | | @Entity |
| | | @Table(name = "D_DRUG_LOG") |
| | | public class Fz35DrugLog implements Serializable { |
| | | |
| | | @Id |
| | | @Column(name = "ID_", length = 40) |
| | | @PropertyDef(label = "çè¸ä½ä¸åå·", description = "仿¿ä»£ç +ä½ä¸æ¥æ (yyyyMMdd) +3 ä½é¡ºåºå·") |
| | | 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 = "START_") |
| | | @PropertyDef(label = "å¼å§æ¶é´") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date start; |
| | | |
| | | @Column(name = "END_") |
| | | @PropertyDef(label = "æªè³æ¶é´") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date end; |
| | | |
| | | @Column(name = "PEST_BATCH_ID_", length = 50) |
| | | @PropertyDef(label = "è«å®³æ£æµåå·") |
| | | private String pestBatchId; |
| | | |
| | | @Column(name = "NUM_") |
| | | @PropertyDef(label = "ç¬¬å æ¬¡çè¸") |
| | | private Integer num = 0; |
| | | |
| | | |
| | | @Column(name = "MODE_", length = 1) |
| | | @PropertyDef(label = "çè¸æ¹å¼", description = "0:ç²®é¢æ½®è§£1:å¸è¢åè2:æ¢ç®¡3:ç»¼åæ½è¯") |
| | | private String mode; |
| | | |
| | | @Column(name = "RECIR_MODE_", length = 1) |
| | | @PropertyDef(label = "ç¯æµçè¸æ¹å¼", description = "0:åºå®å¼å¸ç½®å½¢å¼1:ç§»å¨å¼å¸ç½®å½¢å¼") |
| | | private String recirMode; |
| | | |
| | | @Column(name = "hlxzynhljsjh", length = 1) |
| | | @PropertyDef(label = "ç¯æµçè¸ä¸å
ç¯æµææ¯ç»å", description = "0:åå«ä½¿ç¨_åºå®å¼1:åå«ä½¿ç¨_ç§»å¨å¼2:äºåä¸åºç¨_ååæ§å¶3:äºåä¸åºç¨_ååæ§å¶") |
| | | private String hlxzynhljsjh; |
| | | |
| | | @PropertyDef(label = "çè¸æ¹æ¡å¶å®") |
| | | @Column(name = "xzfazd", length = 128) |
| | | private String xzfazd; |
| | | |
| | | @PropertyDef(label = "çè¸æ¹æ¡èµ·è人") |
| | | @Column(name = "xzfaqcr", length = 64) |
| | | private String xzfaqcr; |
| | | |
| | | @PropertyDef(label = "çè¸æ¹æ¡æ¹å人") |
| | | @Column(name = "xzfapzr", length = 64) |
| | | private String xzfapzr; |
| | | |
| | | @PropertyDef(label = "çè¸æ¹æ¡æ¥å¤æ
åµ") |
| | | @Column(name = "xzfabbqk", length = 64) |
| | | private String xzfabbqk; |
| | | |
| | | @PropertyDef(label = "æ½è¯äººåèµè´¨æ
åµ") |
| | | @Column(name = "syryzzqk", length = 64) |
| | | private String syryzzqk; |
| | | |
| | | @PropertyDef(label = "æ½è¯èµè´¨å®¡æ ¸") |
| | | @Column(name = "syzzsh", length = 64) |
| | | private String syzzsh; |
| | | |
| | | @Column(name = "DRUG_NAME_", length = 64) |
| | | @PropertyDef(label = "è¯ååç§°") |
| | | private String drugName; |
| | | |
| | | @PropertyDef(label = "åå") |
| | | @Column(name = "jx", length = 64) |
| | | private String jx; |
| | | |
| | | @Column(name = "CONCENTRATION_", length = 50) |
| | | @PropertyDef(label = "è¯åæµåº¦", description = "%") |
| | | private Double concentration = 0.0; |
| | | |
| | | @Column(name = "GRAIN_DOSE_") |
| | | @PropertyDef(label = "ç²®å åä½ç¨è¯é", description = "g/m³") |
| | | private Double grainDose = 0.0; |
| | | |
| | | @Column(name = "SPACE_DOSE_") |
| | | @PropertyDef(label = "空é´åä½ç¨è¯é", description = "g/m³") |
| | | private Double spaceDose = 0.0; |
| | | |
| | | @Column(name = "DOSE_") |
| | | @PropertyDef(label = "æ»ç¨è¯é", description = "kg") |
| | | private Double dose = 0.0; |
| | | |
| | | @PropertyDef(label = "æ½è¯æ¹æ³", description = "0:潮解æ³1:ä»å¤åçå¨2:é¢ç¶æ°") |
| | | @Column(name = "syff", length = 1) |
| | | private String syff; |
| | | |
| | | @PropertyDef(label = "è¾
婿½è¯æªæ½") |
| | | @Column(name = "fzsycs", length = 128) |
| | | private String fzsycs; |
| | | |
| | | @PropertyDef(label = "空æ°å¼å¸å¨åå®å
¨æ£æ¥æ
åµ") |
| | | @Column(name = "kqhqjaqjcqk", length = 128) |
| | | private String kqhqjaqjcqk; |
| | | |
| | | @PropertyDef(label = "ç£·åæ°¢æ£æµè£
ç½®è°è¯æ
åµ") |
| | | @Column(name = "lhqjczztsqk", length = 128) |
| | | private String lhqjczztsqk; |
| | | |
| | | @PropertyDef(label = "æ°§æ°æ·±åº¦æ£æµè£
ç½®è°è¯æ
åµ") |
| | | @Column(name = "yqsdjczztsqk", length = 128) |
| | | private String yqsdjczztsqk; |
| | | |
| | | @PropertyDef(label = "ç£·åæ°¢æ¥è¦ä»ªå®å
¨æ£æ¥") |
| | | @Column(name = "lhqbjyaqjc", length = 128) |
| | | private String lhqbjyaqjc; |
| | | |
| | | @PropertyDef(label = "æ°§æ°æ¥è¦ä»ªå®å
¨æ£æ¥") |
| | | @Column(name = "yqbjyaqjc", length = 128) |
| | | private String yqbjyaqjc; |
| | | |
| | | @PropertyDef(label = "è¡¥è¯åä»å
ç£·åæ°¢æµåº¦") |
| | | @Column(name = "byqcnlhqnd", precision = 20, scale = 3) |
| | | private double byqcnlhqnd; |
| | | |
| | | @PropertyDef(label = "ç£·åæ°¢æµåº¦åä½", description = "1ï¼g/m³(é»è®¤);2ï¼ppm;3:ml/m³;4ï¼%VOL") |
| | | @Column(name = "nlhqnddw", length = 1) |
| | | private String nlhqnddw = "1"; |
| | | |
| | | @PropertyDef(label = "ç®æ æµåº¦", description = "åä½ï¼g/m³") |
| | | @Column(name = "mbnd", precision = 20, scale = 3) |
| | | private double mbnd; |
| | | |
| | | @PropertyDef(label = "计ç®è¡¥è¯é", description = "åä½ï¼g") |
| | | @Column(name = "jsbyl", precision = 20, scale = 3) |
| | | private double jsbyl; |
| | | |
| | | @PropertyDef(label = "å®é
è¡¥è¯é", description = "åä½ï¼g") |
| | | @Column(name = "sjbyl", precision = 20, scale = 3) |
| | | private double sjbyl; |
| | | |
| | | @PropertyDef(label = "è¡¥è¯æ¹æ³") |
| | | @Column(name = "byff", length = 128) |
| | | private String byff; |
| | | |
| | | @PropertyDef(label = "ä½ä¸äººæ°") |
| | | @Column(name = "zyrs") |
| | | private Integer zyrs; |
| | | |
| | | @PropertyDef(label = "è¡¥è¯ä½ä¸æ¹å人") |
| | | @Column(name = "byzypzr", length = 64) |
| | | private String byzypzr; |
| | | |
| | | @PropertyDef(label = "ç°åºææ¥äºº") |
| | | @Column(name = "xczhr", length = 64) |
| | | private String xczhr; |
| | | |
| | | @PropertyDef(label = "峰弿µåº¦", description = "åä½ï¼g/m³") |
| | | @Column(name = "fznd", precision = 20, scale = 3) |
| | | private double fznd; |
| | | |
| | | @PropertyDef(label = "ç®æ æµåº¦ç»´æå¤©æ°", description = "åä½ï¼å¤©") |
| | | @Column(name = "mbndwcts") |
| | | private Integer mbndwcts; |
| | | |
| | | @PropertyDef(label = "æ¼æ°ä½ç½®çæµ") |
| | | @Column(name = "lswzjc", length = 128) |
| | | private String lswzjc; |
| | | |
| | | @PropertyDef(label = "æ¼æ°é¨ä½éåçè¡¥ææªæ½") |
| | | @Column(name = "lqbwcqdbjcs", length = 128) |
| | | private String lqbwcqdbjcs; |
| | | |
| | | @PropertyDef(label = "å¯éæ¶é´", description = "åä½ï¼å¤©") |
| | | @Column(name = "mbsj") |
| | | private Integer mbsj; |
| | | |
| | | @PropertyDef(label = "CTå¼") |
| | | @Column(name = "ctz", precision = 20, scale = 3) |
| | | private double ctz; |
| | | |
| | | @PropertyDef(label = "æ£æ°åç£·åæ°¢æµåº¦", description = "åä½ï¼g/m³") |
| | | @Column(name = "sqqlhqnd", precision = 20, scale = 3) |
| | | private double sqqlhqnd; |
| | | |
| | | @Column(name = "VENTILATE_TIME_") |
| | | @PropertyDef(label = "æ£æ°æ¶é´") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date ventilateTime; |
| | | |
| | | @Column(name = "VENTILATE_METHOD_", length = 100) |
| | | @PropertyDef(label = "æ£æ°æ¹æ³") |
| | | private String ventilateMethod; |
| | | |
| | | @PropertyDef(label = "æ£æ°æ¹å人") |
| | | @Column(name = "sqpzr", length = 64) |
| | | private String sqpzr; |
| | | |
| | | @PropertyDef(label = "æ£æ°æç»å¤©æ°", description = "åä½ï¼å¤©") |
| | | @Column(name = "sqcsts") |
| | | private Integer sqcsts; |
| | | |
| | | @Column(name = "AFTER_PH3_") |
| | | @PropertyDef(label = "æ£æ°åç£·åæ°¢æµåº¦", description = "åä½ï¼g/m³") |
| | | private Double afterPh3; |
| | | |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | @PropertyDef(label = "æ®æ¸£æ¶éä½ä¸æ¶é´") |
| | | @Column(name = "czsjzysj") |
| | | private Date czsjzysj; |
| | | |
| | | @PropertyDef(label = "æ®æ¸£æ¶éä½ä¸äººæ°") |
| | | @Column(name = "czsjzyrs") |
| | | private Integer czsjzyrs; |
| | | |
| | | @PropertyDef(label = "æ®æ¸£æ¶éæ¹æ³") |
| | | @Column(name = "czsjff", length = 128) |
| | | private String czsjff; |
| | | |
| | | @PropertyDef(label = "æ®æ¸£æ¶éä½ä¸æ¹å人") |
| | | @Column(name = "czsjzypzr", length = 64) |
| | | private String czsjzypzr; |
| | | |
| | | @PropertyDef(label = "æ®æ¸£å¤çæªæ½") |
| | | @Column(name = "czclcs", length = 128) |
| | | private String czclcs; |
| | | |
| | | @PropertyDef(label = "æ®æ¸£å¤çä½ä¸äººæ°") |
| | | @Column(name = "czclzyrs") |
| | | private Integer czclzyrs; |
| | | |
| | | @PropertyDef(label = "æ®æ¸£å¤çæ¹å人") |
| | | @Column(name = "czclpzr", length = 64) |
| | | private String czclpzr; |
| | | |
| | | @PropertyDef(label = "çè¸åæ´»è«æ£åºæ
åµ") |
| | | @Column(name = "xzhhcjcqk", length = 128) |
| | | private String xzhhcjcqk; |
| | | |
| | | @PropertyDef(label = "çè¸åè«å£å¯åº¦", description = "åä½ï¼å¤´/kg") |
| | | @Column(name = "xzhckmd") |
| | | private Integer xzhckmd; |
| | | |
| | | @PropertyDef(label = "å¹å
»15天忴»è«æ°", description = "åä½ï¼å¤´/kg") |
| | | @Column(name = "pyswthhcs") |
| | | private Integer pyswthhcs; |
| | | |
| | | @PropertyDef(label = "å¹å
»45天忴»è«æ°", description = "åä½ï¼å¤´/kg") |
| | | @Column(name = "pysswthhcs") |
| | | private Integer pysswthhcs; |
| | | |
| | | |
| | | /** |
| | | * 0ï¼è¯å¥½ |
| | | * 1ï¼ä¸è¬ |
| | | * 2ï¼ä¸å¥½ |
| | | */ |
| | | @Column(name = "EVALUATE_", length = 1) |
| | | @PropertyDef(label = "çè¸è¯ä»·", description = "0ï¼è¯å¥½ 1ï¼ä¸è¬ 2ï¼ä¸å¥½") |
| | | private String evaluate; |
| | | |
| | | @PropertyDef(label = "çè¸è´è´£äºº") |
| | | @Column(name = "xzfzr", length = 64) |
| | | private String xzfzr; |
| | | |
| | | @PropertyDef(label = "çè¸ä½ä¸äººå") |
| | | @Column(name = "xzzyry", length = 128) |
| | | private String xzzyry; |
| | | |
| | | @Column(name = "USER_", length = 30) |
| | | @PropertyDef(label = "æä½äºº") |
| | | private String user; |
| | | |
| | | @PropertyDef(label = "æ´æ°äºº") |
| | | @Column(name = "UPDATE_USER_", length = 30) |
| | | private String updateUser; |
| | | |
| | | @PropertyDef(label = "æ´æ°æ¶é´") |
| | | @Column(name = "UPDATE_TIME_") |
| | | private Date updateTime; |
| | | |
| | | @Column(name = "REMARKS_", length = 500) |
| | | @PropertyDef(label = "夿³¨è¯´æ") |
| | | private String remarks; |
| | | |
| | | } |