| | |
| | | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import com.fzzy.api.entity.ApiParent; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | |
| | | 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; |
| | | |