Przeglądaj źródła

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

liusw 6 lat temu
rodzic
commit
cbb7c0ccb2

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