|
|
@@ -30,7 +30,17 @@ public class StorageQualitycheck {
|
|
30
|
30
|
|
|
31
|
31
|
private Integer warehouseId;
|
|
32
|
32
|
|
|
33
|
|
- private String type;
|
|
|
33
|
+ private String type;//检验类型
|
|
|
34
|
+//<!-- 第三方检查--"01"入仓验收---5
|
|
|
35
|
+//<!-- 出库检验---"02"出仓检验---3
|
|
|
36
|
+//<!-- <option value="03">3月末普检</option>-->
|
|
|
37
|
+//<!-- <option value="04">9月末普检</option>-->
|
|
|
38
|
+//<!-- 粮食初检---"05"入仓初检---0
|
|
|
39
|
+//<!-- 日常检查---"06">月度检查---4
|
|
|
40
|
+//<!-- 春普查---"07"3月末库内普查---2
|
|
|
41
|
+//<!-- 秋普查---"08"9月末库内普查---2
|
|
|
42
|
+// 质量检查类型-前端路由传值字段checktype:0:初检 1:验收 2:春秋普查 3:出库检验 4:日常检验 5:第三方检查
|
|
|
43
|
+
|
|
34
|
44
|
|
|
35
|
45
|
private Integer subType;
|
|
36
|
46
|
|
|
|
@@ -152,7 +162,7 @@ public class StorageQualitycheck {
|
|
152
|
162
|
|
|
153
|
163
|
private Date applyCheckTime;
|
|
154
|
164
|
|
|
155
|
|
- private String checkTimeType;
|
|
|
165
|
+ private String checkTimeType;//春秋普查类型:0:春-3月末库内普查 1:秋-9月末库内普查
|
|
156
|
166
|
|
|
157
|
167
|
private Date checkResultTime;//检验报告出具日期zblb
|
|
158
|
168
|
|