Jenkins自动合并

yun-zuoyi
jenkins 6 years ago
commit 5bd51e2045

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

Loading…
Cancel
Save