| | |
| | | * 物料名称 |
| | | */ |
| | | @ApiModelProperty(value= "物料名称") |
| | | private String matnrName; |
| | | private String maktx; |
| | | |
| | | /** |
| | | * 商品编号 |
| | |
| | | |
| | | public WaveItem() {} |
| | | |
| | | public WaveItem(Long waveId,String waveCode,Long matnrId,String matnrName,String matnrCode,String batch,String splrBatch,String orderCode,Long orderItemId,String unit,String trackCode,String fieldsIndex,Double anfme,Double workQty,Long tenantId,Integer status,Integer deleted,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) { |
| | | public WaveItem(Long waveId,String waveCode,Long matnrId,String matnrName,String matnrCode,String batch,String splrBatch,String orderCode, Long orderId,Long orderItemId,String unit,String trackCode,String fieldsIndex,Double anfme,Double workQty,Long tenantId,Integer status,Integer deleted,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) { |
| | | this.waveId = waveId; |
| | | this.waveCode = waveCode; |
| | | this.matnrId = matnrId; |
| | | this.matnrName = matnrName; |
| | | this.maktx = matnrName; |
| | | this.matnrCode = matnrCode; |
| | | this.batch = batch; |
| | | this.orderId = orderId; |
| | | this.splrBatch = splrBatch; |
| | | this.orderCode = orderCode; |
| | | this.orderItemId = orderItemId; |
| | |
| | | this.memo = memo; |
| | | } |
| | | |
| | | |
| | | // WaveItem waveItem = new WaveItem( |
| | | // null, // 波次ID |
| | | // null, // 波次号 |