| package com.fzzy.async.whhpjl.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; | 
|   | 
| @Data | 
| @Entity | 
| @Table(name = "D_CHECK_ITEM_Dd") | 
| public class Fz40WhjlCheckItemDd { | 
|   | 
|   | 
|     @Id | 
|     @Column(name = "QLY_ORG_REPORT_SOYBEAN_ID_", length = 40) | 
|     @PropertyDef(label = "大豆质检结果ID") | 
|     private String qlyOrgReportSoybeanId;  //大豆质检结果ID | 
|   | 
|     @Column(name = "QLY_ORG_REPORT_ID_", length = 40) | 
|     @PropertyDef(label = "质检报告管理id") | 
|     private String qlyOrgReportId;  //质检报告管理id | 
|   | 
|     @Column(name = "COMPLETE_PARTICLE_", length = 50) | 
|     @PropertyDef(label = "完整粒率") | 
|     private String completeParticle;  //完整粒率 | 
|   | 
|     @Column(name = "DAMAGE_PARTICLE_", length = 50) | 
|     @PropertyDef(label = "损伤粒率") | 
|     private String damageParticle;  //损伤粒率 | 
|   | 
|     @Column(name = "DAMAGE_PARTICLE_HOT_", length = 50) | 
|     @PropertyDef(label = "热损伤粒率") | 
|     private String damageParticleHot;  //热损伤粒率 | 
|   | 
|     @Column(name = "WATER_CONTENT_", length = 50) | 
|     @PropertyDef(label = "水分含量") | 
|     private String waterContent;  //水分含量 | 
|   | 
|     @Column(name = "COLOR_ODOR_", length = 50) | 
|     @PropertyDef(label = "色泽气味") | 
|     private String colorOdor;  //色泽气味 | 
|   | 
|     @Column(name = "IMPURITY_CONTENT_", length = 50) | 
|     @PropertyDef(label = "杂质含量") | 
|     private String impurityContent;  //杂质含量 | 
|   | 
|     @Column(name = "TRANSGENOSIS_CAMV_", length = 50) | 
|     @PropertyDef(label = "CAMV35S") | 
|     private String transgenosisCamv;  //CAMV35S | 
|   | 
|     @Column(name = "TRANSGENOSIS_NOS_", length = 50) | 
|     @PropertyDef(label = "NOS") | 
|     private String transgenosisNos;  //NOS | 
|   | 
|     @Column(name = "TRANSGENOSIS_CO_FOUR_", length = 50) | 
|     @PropertyDef(label = "CO4EPSPS") | 
|     private String transgenosisCoFour;  //CO4EPSPS | 
|   | 
|     @Column(name = "LECTION_", length = 50) | 
|     @PropertyDef(label = "LECTION") | 
|     private String lection;  //LECTION | 
|   | 
|     @Column(name = "QUALITY_RESULT_", length = 50) | 
|     @PropertyDef(label = "质量判定") | 
|     private String qualityResult;  //质量判定 | 
|   | 
|     @Column(name = "DELECTION_PERSON_", length = 50) | 
|     @PropertyDef(label = "检验人") | 
|     private String delectionPerson;  //检验人 | 
|   | 
|     @Column(name = "DELECTION_START_TIME_", length = 50) | 
|     @PropertyDef(label = "检测开始时间") | 
|     private String delectionStartTime;  //检测开始时间 | 
|   | 
|     @Column(name = "DELECTION_END_TIME_", length = 50) | 
|     @PropertyDef(label = "检测结束时间") | 
|     private String delectionEndTime;  //检测结束时间 | 
|   | 
|     @Column(name = "INSPECTION_RESULT_", length = 50) | 
|     @PropertyDef(label = "检验结论") | 
|     private String inspectionResult;  //检验结论 | 
|   | 
| } |