|
|
@@ -46,38 +46,38 @@ public class PurchaseDetail {
|
|
|
//终端币别
|
|
|
private String pd_purccurrency;
|
|
|
//税收分类编码
|
|
|
- private String pr_taxcode;
|
|
|
+ private String pd_taxcode;
|
|
|
//开票名称
|
|
|
- private String pr_billname;
|
|
|
+ private String pd_billname;
|
|
|
//开票型号
|
|
|
- private String pr_orispeccode;
|
|
|
+ private String pd_orispeccode;
|
|
|
private List<Attach> attaches;
|
|
|
|
|
|
- public String getPr_taxcode() {
|
|
|
- return pr_taxcode;
|
|
|
- }
|
|
|
+ public String getPd_taxcode() {
|
|
|
+ return pd_taxcode;
|
|
|
+ }
|
|
|
|
|
|
- public void setPr_taxcode(String pr_taxcode) {
|
|
|
- this.pr_taxcode = pr_taxcode;
|
|
|
- }
|
|
|
+ public void setPd_taxcode(String pd_taxcode) {
|
|
|
+ this.pd_taxcode = pd_taxcode;
|
|
|
+ }
|
|
|
|
|
|
- public String getPr_billname() {
|
|
|
- return pr_billname;
|
|
|
- }
|
|
|
+ public String getPd_billname() {
|
|
|
+ return pd_billname;
|
|
|
+ }
|
|
|
|
|
|
- public void setPr_billname(String pr_billname) {
|
|
|
- this.pr_billname = pr_billname;
|
|
|
- }
|
|
|
+ public void setPd_billname(String pd_billname) {
|
|
|
+ this.pd_billname = pd_billname;
|
|
|
+ }
|
|
|
|
|
|
- public String getPr_orispeccode() {
|
|
|
- return pr_orispeccode;
|
|
|
- }
|
|
|
+ public String getPd_orispeccode() {
|
|
|
+ return pd_orispeccode;
|
|
|
+ }
|
|
|
|
|
|
- public void setPr_orispeccode(String pr_orispeccode) {
|
|
|
- this.pr_orispeccode = pr_orispeccode;
|
|
|
- }
|
|
|
+ public void setPd_orispeccode(String pd_orispeccode) {
|
|
|
+ this.pd_orispeccode = pd_orispeccode;
|
|
|
+ }
|
|
|
|
|
|
- public Float getPd_purcprice() {
|
|
|
+ public Float getPd_purcprice() {
|
|
|
return pd_purcprice;
|
|
|
}
|
|
|
|