| | |
| | | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import com.fasterxml.jackson.annotation.JsonProperty; |
| | | import lombok.Data; |
| | | |
| | | import javax.persistence.Column; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | @PropertyDef(label = "出库业务单号") |
| | | private String ckywdh; |
| | | |
| | | @PropertyDef(label = "统一货位编码" ) |
| | | private String tyhwbm; |
| | | |
| | | @PropertyDef(label = "货位代码") |
| | | private String hwdm; |
| | | |
| | | @PropertyDef(label = "计划明细号") |
| | | private String jhmxh; |
| | | |
| | | @PropertyDef(label = "出库通知单号") |
| | | private String cktzdh; |
| | |
| | | |
| | | @PropertyDef(label = "合同号") |
| | | private String hth; |
| | | |
| | | @PropertyDef(label = "质检报告单号") |
| | | private String zjbgdh; |
| | | |
| | | @PropertyDef(label = "承运人") |
| | | private String cyr; |
| | |
| | | |
| | | @PropertyDef(label = "产地代码") |
| | | private String cddm; |
| | | |
| | | @PropertyDef(label = "检斤类型", description = "0:称重入库(默认)1:标准包入库") |
| | | @JsonProperty("Jjlx") |
| | | private String jjlx = "0"; |
| | | |
| | | @PropertyDef(label = "皮重(公斤)") |
| | | private double pz; |
| | |
| | | @PropertyDef(label = "出库结算单号") |
| | | private String ckjsdh; |
| | | |
| | | @PropertyDef(label = "收支类型") |
| | | private String szlx; |
| | | @PropertyDef(label = "统一出库结算单号") |
| | | private String tyckjsdh; |
| | | |
| | | @PropertyDef(label = "生成方式") |
| | | private Integer scfs; |
| | | |
| | | @PropertyDef(label = "手动补录原因") |
| | | private String sdblyy; |
| | | |
| | | @PropertyDef(label = "备注") |
| | | private String bz; |