|
|
@@ -80,6 +80,16 @@ public class PurchaseNotify extends KeyEntity {
|
|
|
*/
|
|
|
private Long pn_terminalvenduu;
|
|
|
|
|
|
+ private Long pn_custb2bid;
|
|
|
+
|
|
|
+ public Long getPn_custb2bid() {
|
|
|
+ return pn_custb2bid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPn_custb2bid(Long pn_custb2bid) {
|
|
|
+ this.pn_custb2bid = pn_custb2bid;
|
|
|
+ }
|
|
|
+
|
|
|
public Long getPn_terminalvenduu() {
|
|
|
return pn_terminalvenduu;
|
|
|
}
|
|
|
@@ -207,6 +217,7 @@ public class PurchaseNotify extends KeyEntity {
|
|
|
notice.setErpDate(new Date());
|
|
|
notice.setEnd(Constant.NO);
|
|
|
notice.setWaiting(Constant.YES);
|
|
|
+ notice.setSaleNoticeId(pn_custb2bid);
|
|
|
return notice;
|
|
|
}
|
|
|
|