From dda441bc8f2141c0020b946bfe1547a4ba7faf8c Mon Sep 17 00:00:00 2001
From: whycxzp <perryhsu@163.com>
Date: 星期五, 02 九月 2022 14:37:57 +0800
Subject: [PATCH] 更新

---
 src/main/java/com/whyc/pojo/MaterialProductHistory.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/whyc/pojo/MaterialProductHistory.java b/src/main/java/com/whyc/pojo/MaterialProductHistory.java
index d8f1710..2ffdc72 100644
--- a/src/main/java/com/whyc/pojo/MaterialProductHistory.java
+++ b/src/main/java/com/whyc/pojo/MaterialProductHistory.java
@@ -11,6 +11,8 @@
 public class MaterialProductHistory {
 
     private Integer id;
+    @ApiModelProperty("瀛愪欢鐗╂枡id")
+    private Integer subMaterialId;
     @ApiModelProperty("涓存椂鏇夸唬鐗╂枡id")
     private Integer materialId;
     //@ApiModelProperty("浜у搧id")
@@ -100,4 +102,12 @@
     public void setQuantity(Integer quantity) {
         this.quantity = quantity;
     }
+
+    public Integer getSubMaterialId() {
+        return subMaterialId;
+    }
+
+    public void setSubMaterialId(Integer subMaterialId) {
+        this.subMaterialId = subMaterialId;
+    }
 }

--
Gitblit v1.9.1