|
|
@@ -70,6 +70,17 @@ public class PurchaseDetail {
|
|
|
//物料承认状态
|
|
|
private String pd_prmaterial;
|
|
|
|
|
|
+ // 顶层物料
|
|
|
+ private String pd_topmothercode;
|
|
|
+
|
|
|
+ public String getPd_topmothercode() {
|
|
|
+ return pd_topmothercode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_topmothercode(String pd_topmothercode) {
|
|
|
+ this.pd_topmothercode = pd_topmothercode;
|
|
|
+ }
|
|
|
+
|
|
|
public String getPd_prmaterial() {
|
|
|
return pd_prmaterial;
|
|
|
}
|