|  |  |  | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  | import lombok.EqualsAndHashCode; | 
|---|
|  |  |  | import org.hibernate.annotations.GenericGenerator; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import javax.persistence.*; | 
|---|
|  |  |  | import java.io.Serializable; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private static final long serialVersionUID = 1L; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "库区代码") | 
|---|
|  |  |  | @Column(name = "kqdm", length = 21) | 
|---|
|  |  |  | private String kqdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "年份") | 
|---|
|  |  |  | private String nf; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "承储企业") | 
|---|
|  |  |  | private String ccqy; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一单位编码") | 
|---|
|  |  |  | private String tydwbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "粮食品种") | 
|---|
|  |  |  | private String ylpz; | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "标记位") | 
|---|
|  |  |  | private String bjw; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|