|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.annotation.JSONField; | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import com.fzzy.api.entity.ApiParent; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  | import lombok.EqualsAndHashCode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | @EqualsAndHashCode(callSuper = false) | 
|---|
|  |  |  | public class SH2023Api2102 extends ApiParent implements Serializable { | 
|---|
|  |  |  | public class SH2023Api2102 implements Serializable { | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | 
|---|
|  |  |  | private String drdw; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "倒入数量") | 
|---|
|  |  |  | private Double drhwsl; | 
|---|
|  |  |  | private double drhwsl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "倒入货位代码") | 
|---|
|  |  |  | private String drhwdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "倒入单位统一编码") | 
|---|
|  |  |  | private String drdwtybm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "倒入货位统一编码" ) | 
|---|
|  |  |  | private String drhwtybm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "操作标志") | 
|---|
|  |  |  | private String czbz; | 
|---|
|  |  |  |  | 
|---|