Эх сурвалжийг харах

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

Hu Jie 6 жил өмнө
parent
commit
a35ff21aa2

+ 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 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;
 	}
 	}