mengy 5 年之前
父节点
当前提交
75c9a3638c
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/main/java/com/chinaitop/depot/storage/model/StorageQualitycheck.java

+ 8 - 0
src/main/java/com/chinaitop/depot/storage/model/StorageQualitycheck.java

@@ -5,7 +5,15 @@ import java.math.BigDecimal;
5 5
 
6 6
 
7 7
 public class StorageQualitycheck {
8
+    private String bgbh;//报告编号
8 9
 
10
+    public String getBgbh() {
11
+        return bgbh;
12
+    }
13
+
14
+    public void setBgbh(String bgbh) {
15
+        this.bgbh = bgbh;
16
+    }
9 17
 
10 18
     private Integer storehouseType;//仓型
11 19