|  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.annotation.JSONField; | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private static final long serialVersionUID = -9096483549679877168L; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JSONField(serialize = false) | 
|---|
|  |  |  | @PropertyDef(label = "业务id") | 
|---|
|  |  |  | private String bizId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "油罐代码") | 
|---|
|  |  |  | private String ygdm; | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "油罐名称") | 
|---|
|  |  |  | private String ygmc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一油罐编码" ) | 
|---|
|  |  |  | private String tyygbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "库区代码") | 
|---|
|  |  |  | private String kqdm; | 
|---|
|  |  |  |  | 
|---|