yun-zuoyi
许心洁 6 years ago
commit 82e8df0af8

@ -26,10 +26,10 @@ public class WmsPartQtyDto {
} }
public Double getRcQty() { public Double getRcQty() {
return rcQty == null? 0.0:qty; return rcQty == null? 0.0:rcQty;
} }
public Double getDueQty() { public Double getDueQty() {
return dueQty == null? 0.0:qty; return dueQty == null? 0.0:dueQty;
} }
} }

Loading…
Cancel
Save