Browse Source

feat(物料承认状态):新增物料承认状态-漳州万利达需求

Hu Jie 6 years ago
parent
commit
a35ff21aa2
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/main/java/com/uas/erp/schedular/b2b/domain/PurchaseDetail.java

+ 11 - 0
src/main/java/com/uas/erp/schedular/b2b/domain/PurchaseDetail.java

@@ -67,6 +67,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;
 	}