| 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_SYY") | 
| public class Fz40WhjlCheckItemSyy { | 
|   | 
|   | 
|     @Id | 
|     @Column(name = "QLY_ORG_REPORT_OIL_ID_", length = 40) | 
|     @PropertyDef(label = "食用油质检结果ID") | 
|     private String qlyOrgReportOilId;  //食用油质检结果ID | 
|   | 
|     @Column(name = "QLY_ORG_REPORT_ID_", length = 40) | 
|     @PropertyDef(label = "质检报告管理id") | 
|     private String qlyOrgReportId;  //质检报告管理id | 
|   | 
|     @Column(name = "COLOR_LUSTRE_", length = 50) | 
|     @PropertyDef(label = "色泽") | 
|     private String colorLustre;  //色泽 | 
|   | 
|     @Column(name = "TRANSPARENCY_", length = 50) | 
|     @PropertyDef(label = "透明度") | 
|     private String transparency;  //透明度 | 
|   | 
|     @Column(name = "ODOR_TASTE_", length = 50) | 
|     @PropertyDef(label = "气味滋味") | 
|     private String odorTaste;  //气味滋味 | 
|   | 
|     @Column(name = "WATER_VOLATILE_CONTENT_", length = 50) | 
|     @PropertyDef(label = "水分及挥发物含量") | 
|     private String waterVolatileContent;  //水分及挥发物含量 | 
|   | 
|     @Column(name = "INSOLUBLE_CONTENT_", length = 50) | 
|     @PropertyDef(label = "不溶性杂质含量") | 
|     private String insolubleContent;  //不溶性杂质含量 | 
|   | 
|     @Column(name = "ACID_VALUE_", length = 50) | 
|     @PropertyDef(label = "酸价") | 
|     private String acidValue;  //酸价 | 
|   | 
|     @Column(name = "PEROXIDE_VALUE_", length = 50) | 
|     @PropertyDef(label = "过氧化值") | 
|     private String peroxideValue;  //过氧化值 | 
|   | 
|     @Column(name = "HEATING_TEST_", length = 50) | 
|     @PropertyDef(label = "加热试验") | 
|     private String heatingTest;  //加热试验 | 
|   | 
|     @Column(name = "AFLATIOXIN_", length = 50) | 
|     @PropertyDef(label = "黄曲霉毒素") | 
|     private String aflatioxin;  //黄曲霉毒素 | 
|   | 
|     @Column(name = "BENZO_PYRENE_", length = 50) | 
|     @PropertyDef(label = "苯并芘") | 
|     private String benzoPyrene;  //苯并芘 | 
|   | 
|     @Column(name = "BHA_", length = 50) | 
|     @PropertyDef(label = "BHA") | 
|     private String bha;  //BHA | 
|   | 
|     @Column(name = "BHT_", length = 50) | 
|     @PropertyDef(label = "BHT") | 
|     private String bht;  //BHT | 
|   | 
|     @Column(name = "TBHQ_", length = 50) | 
|     @PropertyDef(label = "TBHQ") | 
|     private String tbhq;  //TBHQ | 
|   | 
|     @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;  //检验结论 | 
|   | 
| } |