|
|
@@ -40,7 +40,14 @@ public class VendorAcountView {
|
|
|
private Integer companyId;
|
|
|
private String pd_remark;
|
|
|
private int ym;
|
|
|
+ private Double pd_ordertotal;
|
|
|
|
|
|
+ public Double getPd_ordertotal(){
|
|
|
+ return pd_ordertotal;
|
|
|
+ }
|
|
|
+ public void setPd_ordertotal(Double pd_ordertotal){
|
|
|
+ this.pd_ordertotal = pd_ordertotal;
|
|
|
+ }
|
|
|
public String getPr_orispeccode() {
|
|
|
return pr_orispeccode;
|
|
|
}
|