|
@@ -49,12 +49,18 @@ public class PostMarking {
|
49
|
49
|
private Integer verificationStatus;
|
50
|
50
|
|
51
|
51
|
/**
|
52
|
|
- * 月排放量单位
|
|
52
|
+ * 原因分类 1停炉、2故障
|
53
|
53
|
*/
|
54
|
54
|
@TableField(value = "reason_classification")
|
55
|
55
|
private Integer reasonClassification;
|
56
|
56
|
|
57
|
57
|
/**
|
|
58
|
+ * 原因分类 1停炉、2故障
|
|
59
|
+ */
|
|
60
|
+ @TableField(value = "specific_reasons")
|
|
61
|
+ private Integer specificReasons;
|
|
62
|
+
|
|
63
|
+ /**
|
58
|
64
|
* 管理员核实状态 1属实、2不属实
|
59
|
65
|
*/
|
60
|
66
|
@TableField(value = "verifies_status")
|
|
@@ -63,7 +69,7 @@ public class PostMarking {
|
63
|
69
|
* 管理员分类 1停炉、2故障
|
64
|
70
|
*/
|
65
|
71
|
@TableField(value = "management_classification")
|
66
|
|
- private String managementClassification;
|
|
72
|
+ private Integer managementClassification;
|
67
|
73
|
|
68
|
74
|
/**
|
69
|
75
|
* 管理员具体原因
|