| | |
| | | private String matnr; |
| | | |
| | | /** |
| | | * 物料号 |
| | | */ |
| | | @ApiModelProperty(value= "物料名") |
| | | private String maktx; |
| | | |
| | | /** |
| | | * 盘点前数量 |
| | | */ |
| | | @ApiModelProperty(value= "盘点前数量") |
| | | @TableField("origin_anfme") |
| | | private Double originAnfme; |
| | | @TableField("anfme") |
| | | private Double anfme; |
| | | |
| | | /** |
| | | * 真实数量 |
| | |
| | | @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, // 状态 |