| | |
| | | private Double checkQty; |
| | | |
| | | /** |
| | | * 执行状态 |
| | | */ |
| | | @ApiModelProperty(value= "执行状态") |
| | | private Integer exceStatus; |
| | | |
| | | /** |
| | | * 差异原因 |
| | | */ |
| | | @ApiModelProperty(value= "差异原因") |
| | |
| | | |
| | | public CheckDiffItem() {} |
| | | |
| | | public CheckDiffItem(Long checkId,String orderCode,String maktx,String matnrCode,String spec,String model,String barcode,String batch,Double anfme,Double checkQty,Integer exceStatus,String reason,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | public CheckDiffItem(Long checkId,String orderCode,String maktx,String matnrCode,String spec,String model,String barcode,String batch,Double anfme,Double checkQty,String reason,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.checkId = checkId; |
| | | this.orderCode = orderCode; |
| | | this.maktx = maktx; |
| | |
| | | this.batch = batch; |
| | | this.anfme = anfme; |
| | | this.checkQty = checkQty; |
| | | this.exceStatus = exceStatus; |
| | | this.reason = reason; |
| | | this.status = status; |
| | | this.deleted = deleted; |