自动化立体仓库 - WMS系统
#
LSH
2023-05-26 d1b1e26890d2d0b9270370f1de8a53cd3c181e30
src/main/java/com/zy/asrs/entity/LocCheck.java
@@ -47,11 +47,17 @@
    private String matnr;
    /**
     * 物料号
     */
    @ApiModelProperty(value= "物料名")
    private String maktx;
    /**
     * 盘点前数量
     */
    @ApiModelProperty(value= "盘点前数量")
    @TableField("origin_anfme")
    private Double originAnfme;
    @TableField("anfme")
    private Double anfme;
    /**
     * 真实数量
@@ -96,20 +102,17 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    public LocCheck() {}
    @ApiModelProperty(value= "差异量")
    @TableField("diff_anfme")
    private Double diffAnfme;
    public LocCheck(Integer type,String locNo,String matnr,Double originAnfme,Double realAnfme,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
        this.type = type;
        this.locNo = locNo;
        this.matnr = matnr;
        this.originAnfme = originAnfme;
        this.realAnfme = realAnfme;
        this.createBy = createBy;
        this.createTime = createTime;
        this.updateBy = updateBy;
        this.updateTime = updateTime;
        this.memo = memo;
    }
    @ApiModelProperty(value= "单据号")
    @TableField("order_no")
    private String orderNo;
//    LocCheck locCheck = new LocCheck(
//            null,    // 状态