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
 public class StorageQualitycheck {
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
     private Integer storehouseType;//仓型
18
     private Integer storehouseType;//仓型
11
 
19