|
|
|
@ -278,10 +278,11 @@ public class WmsPOMasterDetails extends BaseBean {
|
|
|
|
|
this.rcQty = rcQty;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsPOMasterDetails(String orderNo ,String erpAreaNo,String organizeCode){
|
|
|
|
|
public WmsPOMasterDetails(String orderNo ,String erpAreaNo,String organizeCode, String createDatetime){
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
this.erpAreaNo = erpAreaNo;
|
|
|
|
|
this.organizeCode = organizeCode;
|
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsPOMasterDetails(
|
|
|
|
|