|
|
@ -103,7 +103,7 @@ public class WmsBom extends BaseBean {
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "TERMINAL_NO")
|
|
|
|
@Column(name = "TERMINAL_NO")
|
|
|
|
@ApiParam(value = "工位代码")
|
|
|
|
@ApiParam(value = "工位代码")
|
|
|
|
private String terminalnNo;
|
|
|
|
private String terminalNo;
|
|
|
|
|
|
|
|
|
|
|
|
public Double getQty() {
|
|
|
|
public Double getQty() {
|
|
|
|
return this.qty == null ? 0 : this.qty.doubleValue();
|
|
|
|
return this.qty == null ? 0 : this.qty.doubleValue();
|
|
|
|