| | |
| | | * 数量 |
| | | */ |
| | | @ApiModelProperty(value= "数量") |
| | | private Integer count; |
| | | private Double count; |
| | | |
| | | /** |
| | | * 重量 |
| | |
| | | |
| | | public OrderDetl() {} |
| | | |
| | | public OrderDetl(Long orderId,Double anfme,String matnr,String maktx,String name,String specs,String model,String batch,String unit,String barcode,String supplier,Double unitPrice,Integer itemNum,Integer count,Double weight,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | public OrderDetl(Long orderId,Double anfme,String matnr,String maktx,String name,String specs,String model,String batch,String unit,String barcode,String supplier,Double unitPrice,Integer itemNum,Double count,Double weight,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.orderId = orderId; |
| | | this.anfme = anfme; |
| | | this.matnr = matnr; |
| | |
| | | this.itemNum = itemNum; |
| | | } |
| | | |
| | | public Integer getCount() { |
| | | public Double getCount() { |
| | | return count; |
| | | } |
| | | |
| | | public void setCount(Integer count) { |
| | | public void setCount(Double count) { |
| | | this.count = count; |
| | | } |
| | | |