|
@@ -14,6 +14,10 @@ import java.math.BigDecimal;
|
|
|
@NoArgsConstructor
|
|
|
public class IndustrySimpleBean {
|
|
|
|
|
|
+ /** 化验时间 精确到小时 */
|
|
|
+ @Excel(name = "化验时间 精确到小时")
|
|
|
+ private String testHour;
|
|
|
+
|
|
|
/** 进水化学需氧量COD */
|
|
|
@Excel(name = "进水化学需氧量COD")
|
|
|
private BigDecimal jsCod;
|
|
@@ -22,17 +26,14 @@ public class IndustrySimpleBean {
|
|
|
@Excel(name = "出水化学需氧量COD")
|
|
|
private BigDecimal csCod;
|
|
|
|
|
|
-
|
|
|
/** 进水氨氮NH₃-N */
|
|
|
@Excel(name = "进水氨氮NH₃-N")
|
|
|
private BigDecimal jsNh3;
|
|
|
|
|
|
-
|
|
|
/** 出水氨氮NH₃-N */
|
|
|
@Excel(name = "出水氨氮NH₃-N")
|
|
|
private BigDecimal csNh3;
|
|
|
|
|
|
-
|
|
|
/** 进水总氮TN */
|
|
|
@Excel(name = "进水总氮TN")
|
|
|
private BigDecimal jsTn;
|