|
@@ -67,6 +67,17 @@ public class PurchaseDetail {
|
|
|
//旧料规格
|
|
//旧料规格
|
|
|
private String pr_oldspec;
|
|
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() {
|
|
public String getPr_oldcode() {
|
|
|
return pr_oldcode;
|
|
return pr_oldcode;
|
|
|
}
|
|
}
|