czt
2025-01-03 8adf27f14cda2d8e31365e94d81779196e7859f0
src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1205.java
@@ -2,7 +2,10 @@
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;
@@ -15,8 +18,14 @@
    @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;
@@ -30,6 +39,9 @@
    @PropertyDef(label = "合同号")
    private String hth;
    @PropertyDef(label = "质检报告单号")
    private String zjbgdh;
    @PropertyDef(label = "承运人")
    private String cyr;
@@ -73,6 +85,10 @@
    @PropertyDef(label = "产地代码")
    private String cddm;
    @PropertyDef(label = "检斤类型", description = "0:称重入库(默认)1:标准包入库")
    @JsonProperty("Jjlx")
    private String jjlx = "0";
    @PropertyDef(label = "皮重(公斤)")
    private double pz;
@@ -131,8 +147,14 @@
    @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;