8d767265603801370705f8feb114ebdf8c64dfaa.svn-base 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiParam;
  4. import java.io.Serializable;
  5. /**
  6. * WrSwsBParam
  7. *
  8. * @author zhengdafei
  9. * @date 2019-3-3
  10. */
  11. public class WrSwsBParam extends PageParam implements Serializable {
  12. private Double lgtd;
  13. private Double lttd;
  14. private Double lgtdpc;
  15. private Double lttdpc;
  16. private String swsCd;
  17. private String swsNm;
  18. private String swsTp;
  19. private Double watA;
  20. private String wqGoal;
  21. private String consCond;
  22. private String putProdTm;
  23. private String runCond;
  24. private String wsCond;
  25. private String wsObj;
  26. private Double dywsPp;
  27. private Double dywsW;
  28. private Double ddwsW;
  29. private String whsManCd;
  30. private String whsApprCd;
  31. private String emCd;
  32. private String ts;
  33. private String nt;
  34. private String monG;
  35. private Long repPer;
  36. private String isuse;
  37. private Double firProA;
  38. private Double secProA;
  39. private Double norProA;
  40. private String isEmg;
  41. private String adCode;
  42. public String getAdCode() {
  43. return adCode;
  44. }
  45. public void setAdCode(String adCode) {
  46. this.adCode = adCode;
  47. }
  48. public WrSwsBParam() {
  49. }
  50. public Double getLgtd() {
  51. return lgtd;
  52. }
  53. public void setLgtd(Double lgtd) {
  54. this.lgtd = lgtd;
  55. }
  56. public Double getLttd() {
  57. return lttd;
  58. }
  59. public void setLttd(Double lttd) {
  60. this.lttd = lttd;
  61. }
  62. public Double getLgtdpc() {
  63. return lgtdpc;
  64. }
  65. public void setLgtdpc(Double lgtdpc) {
  66. this.lgtdpc = lgtdpc;
  67. }
  68. public Double getLttdpc() {
  69. return lttdpc;
  70. }
  71. public void setLttdpc(Double lttdpc) {
  72. this.lttdpc = lttdpc;
  73. }
  74. public String getSwsCd() {
  75. return swsCd;
  76. }
  77. public void setSwsCd(String swsCd) {
  78. this.swsCd = swsCd;
  79. }
  80. public String getSwsNm() {
  81. return swsNm;
  82. }
  83. public void setSwsNm(String swsNm) {
  84. this.swsNm = swsNm;
  85. }
  86. public String getSwsTp() {
  87. return swsTp;
  88. }
  89. public void setSwsTp(String swsTp) {
  90. this.swsTp = swsTp;
  91. }
  92. public Double getWatA() {
  93. return watA;
  94. }
  95. public void setWatA(Double watA) {
  96. this.watA = watA;
  97. }
  98. public String getWqGoal() {
  99. return wqGoal;
  100. }
  101. public void setWqGoal(String wqGoal) {
  102. this.wqGoal = wqGoal;
  103. }
  104. public String getConsCond() {
  105. return consCond;
  106. }
  107. public void setConsCond(String consCond) {
  108. this.consCond = consCond;
  109. }
  110. public String getPutProdTm() {
  111. return putProdTm;
  112. }
  113. public void setPutProdTm(String putProdTm) {
  114. this.putProdTm = putProdTm;
  115. }
  116. public String getRunCond() {
  117. return runCond;
  118. }
  119. public void setRunCond(String runCond) {
  120. this.runCond = runCond;
  121. }
  122. public String getWsCond() {
  123. return wsCond;
  124. }
  125. public void setWsCond(String wsCond) {
  126. this.wsCond = wsCond;
  127. }
  128. public String getWsObj() {
  129. return wsObj;
  130. }
  131. public void setWsObj(String wsObj) {
  132. this.wsObj = wsObj;
  133. }
  134. public Double getDywsPp() {
  135. return dywsPp;
  136. }
  137. public void setDywsPp(Double dywsPp) {
  138. this.dywsPp = dywsPp;
  139. }
  140. public Double getDywsW() {
  141. return dywsW;
  142. }
  143. public void setDywsW(Double dywsW) {
  144. this.dywsW = dywsW;
  145. }
  146. public Double getDdwsW() {
  147. return ddwsW;
  148. }
  149. public void setDdwsW(Double ddwsW) {
  150. this.ddwsW = ddwsW;
  151. }
  152. public String getWhsManCd() {
  153. return whsManCd;
  154. }
  155. public void setWhsManCd(String whsManCd) {
  156. this.whsManCd = whsManCd;
  157. }
  158. public String getWhsApprCd() {
  159. return whsApprCd;
  160. }
  161. public void setWhsApprCd(String whsApprCd) {
  162. this.whsApprCd = whsApprCd;
  163. }
  164. public String getEmCd() {
  165. return emCd;
  166. }
  167. public void setEmCd(String emCd) {
  168. this.emCd = emCd;
  169. }
  170. public String getTs() {
  171. return ts;
  172. }
  173. public void setTs(String ts) {
  174. this.ts = ts;
  175. }
  176. public String getNt() {
  177. return nt;
  178. }
  179. public void setNt(String nt) {
  180. this.nt = nt;
  181. }
  182. public String getMonG() {
  183. return monG;
  184. }
  185. public void setMonG(String monG) {
  186. this.monG = monG;
  187. }
  188. public Long getRepPer() {
  189. return repPer;
  190. }
  191. public void setRepPer(Long repPer) {
  192. this.repPer = repPer;
  193. }
  194. public String getIsuse() {
  195. return isuse;
  196. }
  197. public void setIsuse(String isuse) {
  198. this.isuse = isuse;
  199. }
  200. public Double getFirProA() {
  201. return firProA;
  202. }
  203. public void setFirProA(Double firProA) {
  204. this.firProA = firProA;
  205. }
  206. public Double getSecProA() {
  207. return secProA;
  208. }
  209. public void setSecProA(Double secProA) {
  210. this.secProA = secProA;
  211. }
  212. public Double getNorProA() {
  213. return norProA;
  214. }
  215. public void setNorProA(Double norProA) {
  216. this.norProA = norProA;
  217. }
  218. public String getIsEmg() {
  219. return isEmg;
  220. }
  221. public void setIsEmg(String isEmg) {
  222. this.isEmg = isEmg;
  223. }
  224. }