|
@@ -19,8 +19,12 @@ public class PurchaseNotify extends KeyEntity{
|
|
|
private Short pn_orderdetno;
|
|
private Short pn_orderdetno;
|
|
|
private String pn_remark;
|
|
private String pn_remark;
|
|
|
private Double pn_endqty;
|
|
private Double pn_endqty;
|
|
|
- private Double pr_zxbzs;// 物料最小包装数
|
|
|
|
|
- private Long pn_b2bid; //b2bid
|
|
|
|
|
|
|
+ // 物料最小包装数
|
|
|
|
|
+ private Double pr_zxbzs;
|
|
|
|
|
+ //b2bid
|
|
|
|
|
+ private Long pn_b2bid;
|
|
|
|
|
+ //终端供应商,为0表示正常送货提醒
|
|
|
|
|
+ private Long pn_terminalvenduu;
|
|
|
|
|
|
|
|
public int getPn_id() {
|
|
public int getPn_id() {
|
|
|
return pn_id;
|
|
return pn_id;
|
|
@@ -110,6 +114,14 @@ public class PurchaseNotify extends KeyEntity{
|
|
|
this.pn_b2bid = pn_b2bid;
|
|
this.pn_b2bid = pn_b2bid;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ public Long getPn_terminalvenduu() {
|
|
|
|
|
+ return pn_terminalvenduu;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPn_terminalvenduu(Long pn_terminalvenduu) {
|
|
|
|
|
+ this.pn_terminalvenduu = pn_terminalvenduu;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@Override
|
|
@Override
|
|
|
public Object getKey() {
|
|
public Object getKey() {
|
|
|
return pn_id;
|
|
return pn_id;
|