DecisionReq.java 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. package com.slibra.business.req;
  2. import com.alibaba.fastjson2.annotation.JSONField;
  3. import lombok.AllArgsConstructor;
  4. import lombok.Builder;
  5. import lombok.Data;
  6. import lombok.NoArgsConstructor;
  7. import java.math.BigDecimal;
  8. @Data
  9. @Builder
  10. @AllArgsConstructor
  11. @NoArgsConstructor
  12. public class DecisionReq {
  13. private Long ID;
  14. @JSONField(name = "TEST_DATE")
  15. private String testDate;
  16. @JSONField(name = "TEST_HOUR")
  17. private String testHour;
  18. @JSONField(name = "COD_in")
  19. private BigDecimal codIn;
  20. @JSONField(name = "COD_in_name")
  21. private BigDecimal codInName = null;
  22. @JSONField(name = "COD_off")
  23. private BigDecimal codOff = null;
  24. @JSONField(name = "COD_off_name")
  25. private BigDecimal codOffName = null;
  26. @JSONField(name = "COD_off_con")
  27. private BigDecimal codOffCon = null;
  28. @JSONField(name = "TP_in")
  29. private BigDecimal tpIn = null;
  30. @JSONField(name = "TP_in_name")
  31. private BigDecimal tpInName = null;
  32. @JSONField(name = "TP_off")
  33. private BigDecimal tpOff = null;
  34. @JSONField(name = "TP_off_name")
  35. private BigDecimal tpOffName = null;
  36. @JSONField(name = "TP_off_con")
  37. private BigDecimal tpOffCon = null;
  38. @JSONField(name = "TN_in")
  39. private BigDecimal tnIn = null;
  40. @JSONField(name = "TN_in_name")
  41. private BigDecimal tnInName = null;
  42. @JSONField(name = "TN_off")
  43. private BigDecimal tnOff = null;
  44. @JSONField(name = "TN_off_name")
  45. private BigDecimal tnOffName = null;
  46. @JSONField(name = "TN_off_con")
  47. private BigDecimal tnOffCon = null;
  48. @JSONField(name = "andan_in")
  49. private BigDecimal addanIn = null;
  50. @JSONField(name = "andan_in_name")
  51. private BigDecimal addanInName = null;
  52. @JSONField(name = "andan_off")
  53. private BigDecimal andanOff = null;
  54. @JSONField(name = "andan_off_name")
  55. private BigDecimal andanOffName = null;
  56. @JSONField(name = "andan_off_con")
  57. private BigDecimal andanOffCon = null;
  58. @JSONField(name = "SS_in")
  59. private BigDecimal ssIn = null;
  60. @JSONField(name = "SS_in_name")
  61. private BigDecimal ssInName = null;
  62. @JSONField(name = "SS_off")
  63. private BigDecimal ssOff = null;
  64. @JSONField(name = "SS_off_name")
  65. private BigDecimal ssOffName = null;
  66. @JSONField(name = "SS_off_con")
  67. private BigDecimal ssOffCon = null;
  68. @JSONField(name = "TDS_in")
  69. private BigDecimal tdsIn = null;
  70. @JSONField(name = "TDS_in_name")
  71. private BigDecimal tdsInName = null;
  72. @JSONField(name = "T")
  73. private BigDecimal T = null;
  74. @JSONField(name = "pH")
  75. private BigDecimal pH = null;
  76. @JSONField(name = "Q_in")
  77. private BigDecimal qIn = null;
  78. @JSONField(name = "Q_in_name")
  79. private BigDecimal qInName = null;
  80. private String continuity = null;
  81. @JSONField(name = "check_rise")
  82. private String checkRise = null;
  83. @JSONField(name = "time_tips")
  84. private String timeTips = null;
  85. @JSONField(name = "cs_continuity")
  86. private String csContinuity = null;
  87. @JSONField(name = "SVI")
  88. private String SVI = null;
  89. @JSONField(name = "SVI_con")
  90. private BigDecimal sviCon = null;
  91. @JSONField(name = "SV")
  92. private String SV = null;
  93. @JSONField(name = "SV_con")
  94. private BigDecimal svCon = null;
  95. @JSONField(name = "MLVSS")
  96. private String mlvss = null;
  97. @JSONField(name = "MLSS")
  98. private String mlss = null;
  99. @JSONField(name = "MLVSS_wentai")
  100. private String mlvssWentai = null;
  101. @JSONField(name = "MLSS_wentai")
  102. private String mlssWentai = null;
  103. @JSONField(name = "DO_ana")
  104. private String doAna = null;
  105. @JSONField(name = "DO_O")
  106. private String doO = null;
  107. @JSONField(name = "DO_que")
  108. private String doQue = null;
  109. @JSONField(name = "DO_que_wentai")
  110. private String doQueWentai = null;
  111. @JSONField(name = "DO_ana_wentai")
  112. private String doAnaWentai = null;
  113. @JSONField(name = "DO_O_wentai")
  114. private String doOWentai = null;
  115. @JSONField(name = "BOD_in")
  116. private BigDecimal bodIn = null;
  117. @JSONField(name = "c")
  118. private BigDecimal c = null;
  119. @JSONField(name = "b")
  120. private BigDecimal b = null;
  121. @JSONField(name = "BTP_wending")
  122. private String btpWending = null;
  123. @JSONField(name = "JS_TN_wentai")
  124. private String jsTnWentai = null;
  125. @JSONField(name = "CL_P04_YCZ")
  126. private BigDecimal clP04YCZ = null;
  127. @JSONField(name = "TP_LV")
  128. private BigDecimal tpLv = null;
  129. @JSONField(name = "TP_LV_continuity")
  130. private BigDecimal tpLvContinuity = null;
  131. //2024年5月24日16:56:46 新增几个字段
  132. @JSONField(name = "tyjyl")
  133. private String tyjyl;
  134. @JSONField(name = "cltjl")
  135. private String cltjl;
  136. @JSONField(name = "hycxsy_all")
  137. private String hycxsyAll;
  138. @JSONField(name = "qyan_all")
  139. private String qyanAll;
  140. @JSONField(name = "qyckxsy_all")
  141. private String qyckxsyAll;
  142. @JSONField(name = "gwnl")
  143. private BigDecimal gwnl;
  144. @JSONField(name = "ecc_zl")
  145. private String eccZl;
  146. @JSONField(name = "hyzlsy_all")
  147. private String hyzlsyAll;
  148. @JSONField(name = "r")
  149. private BigDecimal r;
  150. @JSONField(name = "R")
  151. private BigDecimal RR;
  152. }