7ccdce25d6e21d102310dde97b6912ce247734d2.svn-base 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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. * WrGwsBParam
  7. *
  8. * @author zhengdafei
  9. * @date 2019-3-3
  10. */
  11. public class WrGwsBParam extends PageParam implements Serializable {
  12. private Double lgtd;
  13. private Double lttd;
  14. private Double lgtdpc;
  15. private Double lttdpc;
  16. private String gwsCd;
  17. private String gwsNm;
  18. private Double gwsA;
  19. private String rangDesc;
  20. private String wqGoal;
  21. private String consCond;
  22. private String putProdTm;
  23. private String runCond;
  24. private Double avgExpYd;
  25. private String wsObj;
  26. private Double desInt;
  27. private Double permInt;
  28. private String whsManCd;
  29. private String whsApprCd;
  30. private String ts;
  31. private String nt;
  32. private String reportFrquency;
  33. private String isuse;
  34. private String monG;
  35. private String isEmg;
  36. private String adCode;
  37. public String getAdCode() {
  38. return adCode;
  39. }
  40. public void setAdCode(String adCode) {
  41. this.adCode = adCode;
  42. }
  43. public WrGwsBParam() {
  44. }
  45. public Double getLgtd() {
  46. return lgtd;
  47. }
  48. public void setLgtd(Double lgtd) {
  49. this.lgtd = lgtd;
  50. }
  51. public Double getLttd() {
  52. return lttd;
  53. }
  54. public void setLttd(Double lttd) {
  55. this.lttd = lttd;
  56. }
  57. public Double getLgtdpc() {
  58. return lgtdpc;
  59. }
  60. public void setLgtdpc(Double lgtdpc) {
  61. this.lgtdpc = lgtdpc;
  62. }
  63. public Double getLttdpc() {
  64. return lttdpc;
  65. }
  66. public void setLttdpc(Double lttdpc) {
  67. this.lttdpc = lttdpc;
  68. }
  69. public String getGwsCd() {
  70. return gwsCd;
  71. }
  72. public void setGwsCd(String gwsCd) {
  73. this.gwsCd = gwsCd;
  74. }
  75. public String getGwsNm() {
  76. return gwsNm;
  77. }
  78. public void setGwsNm(String gwsNm) {
  79. this.gwsNm = gwsNm;
  80. }
  81. public Double getGwsA() {
  82. return gwsA;
  83. }
  84. public void setGwsA(Double gwsA) {
  85. this.gwsA = gwsA;
  86. }
  87. public String getRangDesc() {
  88. return rangDesc;
  89. }
  90. public void setRangDesc(String rangDesc) {
  91. this.rangDesc = rangDesc;
  92. }
  93. public String getWqGoal() {
  94. return wqGoal;
  95. }
  96. public void setWqGoal(String wqGoal) {
  97. this.wqGoal = wqGoal;
  98. }
  99. public String getConsCond() {
  100. return consCond;
  101. }
  102. public void setConsCond(String consCond) {
  103. this.consCond = consCond;
  104. }
  105. public String getPutProdTm() {
  106. return putProdTm;
  107. }
  108. public void setPutProdTm(String putProdTm) {
  109. this.putProdTm = putProdTm;
  110. }
  111. public String getRunCond() {
  112. return runCond;
  113. }
  114. public void setRunCond(String runCond) {
  115. this.runCond = runCond;
  116. }
  117. public Double getAvgExpYd() {
  118. return avgExpYd;
  119. }
  120. public void setAvgExpYd(Double avgExpYd) {
  121. this.avgExpYd = avgExpYd;
  122. }
  123. public String getWsObj() {
  124. return wsObj;
  125. }
  126. public void setWsObj(String wsObj) {
  127. this.wsObj = wsObj;
  128. }
  129. public Double getDesInt() {
  130. return desInt;
  131. }
  132. public void setDesInt(Double desInt) {
  133. this.desInt = desInt;
  134. }
  135. public Double getPermInt() {
  136. return permInt;
  137. }
  138. public void setPermInt(Double permInt) {
  139. this.permInt = permInt;
  140. }
  141. public String getWhsManCd() {
  142. return whsManCd;
  143. }
  144. public void setWhsManCd(String whsManCd) {
  145. this.whsManCd = whsManCd;
  146. }
  147. public String getWhsApprCd() {
  148. return whsApprCd;
  149. }
  150. public void setWhsApprCd(String whsApprCd) {
  151. this.whsApprCd = whsApprCd;
  152. }
  153. public String getTs() {
  154. return ts;
  155. }
  156. public void setTs(String ts) {
  157. this.ts = ts;
  158. }
  159. public String getNt() {
  160. return nt;
  161. }
  162. public void setNt(String nt) {
  163. this.nt = nt;
  164. }
  165. public String getReportFrquency() {
  166. return reportFrquency;
  167. }
  168. public void setReportFrquency(String reportFrquency) {
  169. this.reportFrquency = reportFrquency;
  170. }
  171. public String getIsuse() {
  172. return isuse;
  173. }
  174. public void setIsuse(String isuse) {
  175. this.isuse = isuse;
  176. }
  177. public String getMonG() {
  178. return monG;
  179. }
  180. public void setMonG(String monG) {
  181. this.monG = monG;
  182. }
  183. public String getIsEmg() {
  184. return isEmg;
  185. }
  186. public void setIsEmg(String isEmg) {
  187. this.isEmg = isEmg;
  188. }
  189. }