czt
2024-11-11 c5d51d30305bd402673745cea1abce9fd1c4b443
src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1209.java
@@ -14,21 +14,33 @@
@Data
public class Nx2023Api1209 implements Serializable {
    @PropertyDef(label = "统一损溢单号" )
    private String tysydh;
    @PropertyDef(label = "损溢单号" )
    private String sydh;
    @PropertyDef(label = "统一货位编码")
    private String tyhwbm;
    @PropertyDef(label = "货位代码" )
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    private String tyhwbm;
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "业务日期" )
    private Date ywrq;
    @PropertyDef(label = "损溢类型", description = "1:损失,2:损耗,3:溢余,4:其他")
    private String sylx;
    @PropertyDef(label = "损溢环节", description = "1:入库损溢,2:出库损溢,3.其他")
    private String syhj;
    @PropertyDef(label = "入库净重(公斤)" )
    private double rkjz;
    @PropertyDef(label = "入库数量(公斤)")
    private double rksl;
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @PropertyDef(label = "入库时间" )
@@ -53,17 +65,20 @@
    @PropertyDef(label = "出库杂质(%)" )
    private double ckzz;
    @PropertyDef(label = "净重损溢数量(公斤)" )
    private double jzsysl;
    @PropertyDef(label = "储备时长")
    private Integer ccsc;
    @PropertyDef(label = "其中:成货位前损耗(公斤)")
    private double qzchwqsh;
    @PropertyDef(label = "实际损溢数量(公斤)")
    private double sjsysl;
    @PropertyDef(label = "其中水杂减量(公斤)" )
    @PropertyDef(label = "水杂减量(公斤)" )
    private double qzszkl;
    @PropertyDef(label = "其中:自然损耗定额(公斤)" )
    @PropertyDef(label = "自然损耗定额(公斤)" )
    private double qzzrshde;
    @PropertyDef(label = "是否超耗", description = "1:是,2:否")
    private Integer sfch;
    @PropertyDef(label = "超耗数量(公斤)" )
    private double chsl;
@@ -71,12 +86,16 @@
    @PropertyDef(label = "损益是否正常" )
    private String sysfzc;
    @PropertyDef(label = "损溢类型",description = "1:损耗,2:损失,3.其他")
    private String sylx;
    @PropertyDef(label = "损溢原因" )
    private String syyy;
    @PropertyDef(label = "出清确认标识",description = "0:未完成出清确认,1:已完成出清确认")
    private Integer cqqrbs;
    @PropertyDef(label = "出清确认时间")
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    private Date cqqrsj;
    @PropertyDef(label = "仓储审核人" )
    private String ccshr;