6db47b3fdb44c18fb55faa75b02e8f3e1a6f1a70.svn-base 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiParam;
  4. import java.util.Date;
  5. import java.io.Serializable;
  6. /**
  7. * BisInspEmpwtprjParam
  8. *
  9. * @author lune
  10. * @date 2019-2-21
  11. */
  12. public class BisInspEmpwtprjParam extends PageParam implements Serializable {
  13. private String empwtprjId;
  14. private String ptype;
  15. private String adCode;
  16. private String nm;
  17. private String stwktm;
  18. private String plantm;
  19. private Double estapp;
  20. private String visshdu;
  21. private String dirunder;
  22. private Date intm;
  23. private Date uptm;
  24. private String note;
  25. private Double pjLgtd;
  26. private Double pjLttd;
  27. private String empwtprjPid;
  28. public BisInspEmpwtprjParam() {
  29. }
  30. public String getEmpwtprjId() {
  31. return empwtprjId;
  32. }
  33. public void setEmpwtprjId(String empwtprjId) {
  34. this.empwtprjId = empwtprjId;
  35. }
  36. public String getPtype() {
  37. return ptype;
  38. }
  39. public void setPtype(String ptype) {
  40. this.ptype = ptype;
  41. }
  42. public String getAdCode() {
  43. return adCode;
  44. }
  45. public void setAdCode(String adCode) {
  46. this.adCode = adCode;
  47. }
  48. public String getNm() {
  49. return nm;
  50. }
  51. public void setNm(String nm) {
  52. this.nm = nm;
  53. }
  54. public String getStwktm() {
  55. return stwktm;
  56. }
  57. public void setStwktm(String stwktm) {
  58. this.stwktm = stwktm;
  59. }
  60. public String getPlantm() {
  61. return plantm;
  62. }
  63. public void setPlantm(String plantm) {
  64. this.plantm = plantm;
  65. }
  66. public Double getEstapp() {
  67. return estapp;
  68. }
  69. public void setEstapp(Double estapp) {
  70. this.estapp = estapp;
  71. }
  72. public String getVisshdu() {
  73. return visshdu;
  74. }
  75. public void setVisshdu(String visshdu) {
  76. this.visshdu = visshdu;
  77. }
  78. public String getDirunder() {
  79. return dirunder;
  80. }
  81. public void setDirunder(String dirunder) {
  82. this.dirunder = dirunder;
  83. }
  84. public Date getIntm() {
  85. return intm;
  86. }
  87. public void setIntm(Date intm) {
  88. this.intm = intm;
  89. }
  90. public Date getUptm() {
  91. return uptm;
  92. }
  93. public void setUptm(Date uptm) {
  94. this.uptm = uptm;
  95. }
  96. public String getNote() {
  97. return note;
  98. }
  99. public void setNote(String note) {
  100. this.note = note;
  101. }
  102. public Double getPjLgtd() {
  103. return pjLgtd;
  104. }
  105. public void setPjLgtd(Double pjLgtd) {
  106. this.pjLgtd = pjLgtd;
  107. }
  108. public Double getPjLttd() {
  109. return pjLttd;
  110. }
  111. public void setPjLttd(Double pjLttd) {
  112. this.pjLttd = pjLttd;
  113. }
  114. public String getEmpwtprjPid() {
  115. return empwtprjPid;
  116. }
  117. public void setEmpwtprjPid(String empwtprjPid) {
  118. this.empwtprjPid = empwtprjPid;
  119. }
  120. }