|
@@ -72,6 +72,17 @@ public class PurchaseDetail {
|
|
|
|
|
|
private String pr_oldspec;
|
|
|
|
|
|
+
|
|
|
+ private String pd_prmaterial;
|
|
|
+
|
|
|
+ public String getPd_prmaterial() {
|
|
|
+ return pd_prmaterial;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_prmaterial(String pd_prmaterial) {
|
|
|
+ this.pd_prmaterial = pd_prmaterial;
|
|
|
+ }
|
|
|
+
|
|
|
public String getPr_oldcode() {
|
|
|
return pr_oldcode;
|
|
|
}
|
|
@@ -366,6 +377,7 @@ public class PurchaseDetail {
|
|
|
item.setProdOldCode(this.pr_oldcode);
|
|
|
item.setProdOldTitle(this.pr_oldname);
|
|
|
item.setProdOldSpec(this.pr_oldspec);
|
|
|
+ item.setPrmaterial(this.pd_prmaterial);
|
|
|
if (!CollectionUtils.isEmpty(this.attaches)) {
|
|
|
Set<com.uas.platform.b2b.model.Attach> b2bAttaches = new HashSet<com.uas.platform.b2b.model.Attach>();
|
|
|
for(Attach attach : this.attaches) {
|