Просмотр исходного кода

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

chenw 6 лет назад
Родитель
Сommit
338195be5f
1 измененных файлов с 11 добавлено и 0 удалено
  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;
 	}