|
|
@@ -20,6 +20,7 @@ public class SaleDownChange {
|
|
|
private long b2b_pc_id;
|
|
|
private String sc_code;
|
|
|
private String sc_sacode;
|
|
|
+ private long sc_custuu;
|
|
|
private Date sc_indate;
|
|
|
private String sc_recorder;
|
|
|
private String sc_newpayments;
|
|
|
@@ -109,6 +110,14 @@ public class SaleDownChange {
|
|
|
this.sc_sacode = sc_sacode;
|
|
|
}
|
|
|
|
|
|
+ public long getSc_custuu() {
|
|
|
+ return sc_custuu;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSc_custuu(long sc_custuu) {
|
|
|
+ this.sc_custuu = sc_custuu;
|
|
|
+ }
|
|
|
+
|
|
|
public List<SaleDownChangeDetail> getChangeDetails() {
|
|
|
return changeDetails;
|
|
|
}
|
|
|
@@ -130,6 +139,7 @@ public class SaleDownChange {
|
|
|
this.b2b_pc_id = orderChange.getId();
|
|
|
this.sc_code = orderChange.getCode();
|
|
|
this.sc_sacode = orderChange.getOrder().getCode();
|
|
|
+ this.sc_custuu = orderChange.getOrder().getEnUU();
|
|
|
this.sc_indate = orderChange.getDate();
|
|
|
this.sc_remark = orderChange.getRemark();
|
|
|
this.sc_description = orderChange.getDescription();
|