|
|
|
@ -91,9 +91,18 @@ public class SearchProductionDispatchListData { |
|
|
|
private Integer totalRoll; |
|
|
|
|
|
|
|
private Integer rollCount; |
|
|
|
private Integer rowCount; |
|
|
|
|
|
|
|
private Double orderQty; |
|
|
|
|
|
|
|
public Integer getRowCount() { |
|
|
|
return rowCount; |
|
|
|
} |
|
|
|
|
|
|
|
public void setRowCount(Integer rowCount) { |
|
|
|
this.rowCount = rowCount; |
|
|
|
} |
|
|
|
|
|
|
|
public Double getOrderQty() { |
|
|
|
return orderQty; |
|
|
|
} |
|
|
|
|