Browse Source

ref:采购单上传增加顶层物料

liusw 6 years ago
parent
commit
cbb7c0ccb2
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

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