Explorar el Código

Merge branch 'master' of ssh://10.10.100.21/source/uas_schedular

chenw hace 6 años
padre
commit
338195be5f

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