|  |  |  | 
|---|
|  |  |  | import lombok.EqualsAndHashCode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.io.Serializable; | 
|---|
|  |  |  | import java.math.BigDecimal; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | private Double ckzz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "储存时长" ) | 
|---|
|  |  |  | private String ccsc; | 
|---|
|  |  |  | private Integer ccsc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "实际损益数量" ) | 
|---|
|  |  |  | private Double jzsysl; | 
|---|
|  |  |  | 
|---|
|  |  |  | private Double qzzrshde; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "是否超耗" ) | 
|---|
|  |  |  | private String sfch; | 
|---|
|  |  |  | private Integer sfch; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "超耗数量(公斤)" ) | 
|---|
|  |  |  | private Double chsl; | 
|---|
|  |  |  | 
|---|
|  |  |  | private String syyy; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "出清确认标识" ) | 
|---|
|  |  |  | private String cqqrbs; | 
|---|
|  |  |  | private Integer cqqrbs; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "出清确认时间" ) | 
|---|
|  |  |  | private String cqqrsj; | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|---|
|  |  |  | private Date cqqrsj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "仓储审核人" ) | 
|---|
|  |  |  | private String ccshr; | 
|---|