d7fdb27c47d626e7aefe5261f140d836cacbffda.svn-base 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. package cn.com.goldenwater.dcproj.model;
  2. import cn.com.goldenwater.core.model.BaseBean;
  3. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  4. import io.swagger.annotations.ApiModelProperty;
  5. import java.io.Serializable;
  6. import java.util.Date;
  7. /**
  8. * entity:TacPawpBstocmTsopbfpSctn
  9. *
  10. * @author lune
  11. * @date 2019-6-19
  12. */
  13. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  14. public class TacPawpBstocmTsopbfpSctn extends BaseBean implements Serializable {
  15. @ApiModelProperty("主键ID")
  16. private String id;
  17. @ApiModelProperty("招标投标制ID")
  18. private String tsopbfpId;
  19. @ApiModelProperty("标段性质(1:勘测招标;2:监理标;3:施工标;4:其他)")
  20. private String sctnType;
  21. @ApiModelProperty("标段名称")
  22. private String sctnName;
  23. @ApiModelProperty("招标方式")
  24. private String biddingType;
  25. @ApiModelProperty("代理机构")
  26. private String agncy;
  27. @ApiModelProperty("中标单位")
  28. private String bidUnit;
  29. @ApiModelProperty("资质等级")
  30. private String cdtlLevl;
  31. @ApiModelProperty("中标价(万元)")
  32. private Double bidCost;
  33. @ApiModelProperty("是否全过程监督(1:是;2:否)")
  34. private String isWps;
  35. @ApiModelProperty("是否招标前备案(1:是;2:否)")
  36. private String isRbb;
  37. @ApiModelProperty("是否提交招投标总结报告(1:是;2:否)")
  38. private String isStabsr;
  39. @ApiModelProperty("备注")
  40. private String note;
  41. @ApiModelProperty("记录人员ID")
  42. private String persId;
  43. @ApiModelProperty("创建时间")
  44. private Date intm;
  45. @ApiModelProperty("修改时间")
  46. private Date uptm;
  47. @ApiModelProperty("数据状态(0:正常;9:删除)")
  48. private String dataStat;
  49. public TacPawpBstocmTsopbfpSctn() {
  50. }
  51. public String getSctnType() {
  52. return sctnType;
  53. }
  54. public void setSctnType(String sctnType) {
  55. this.sctnType = sctnType;
  56. }
  57. public String getId() {
  58. return id;
  59. }
  60. public void setId(String id) {
  61. this.id = id;
  62. }
  63. public String getTsopbfpId() {
  64. return tsopbfpId;
  65. }
  66. public void setTsopbfpId(String tsopbfpId) {
  67. this.tsopbfpId = tsopbfpId;
  68. }
  69. public String getSctnName() {
  70. return sctnName;
  71. }
  72. public void setSctnName(String sctnName) {
  73. this.sctnName = sctnName;
  74. }
  75. public String getBiddingType() {
  76. return biddingType;
  77. }
  78. public void setBiddingType(String biddingType) {
  79. this.biddingType = biddingType;
  80. }
  81. public String getAgncy() {
  82. return agncy;
  83. }
  84. public void setAgncy(String agncy) {
  85. this.agncy = agncy;
  86. }
  87. public String getBidUnit() {
  88. return bidUnit;
  89. }
  90. public void setBidUnit(String bidUnit) {
  91. this.bidUnit = bidUnit;
  92. }
  93. public String getCdtlLevl() {
  94. return cdtlLevl;
  95. }
  96. public void setCdtlLevl(String cdtlLevl) {
  97. this.cdtlLevl = cdtlLevl;
  98. }
  99. public Double getBidCost() {
  100. return bidCost;
  101. }
  102. public void setBidCost(Double bidCost) {
  103. this.bidCost = bidCost;
  104. }
  105. public String getIsWps() {
  106. return isWps;
  107. }
  108. public void setIsWps(String isWps) {
  109. this.isWps = isWps;
  110. }
  111. public String getIsRbb() {
  112. return isRbb;
  113. }
  114. public void setIsRbb(String isRbb) {
  115. this.isRbb = isRbb;
  116. }
  117. public String getIsStabsr() {
  118. return isStabsr;
  119. }
  120. public void setIsStabsr(String isStabsr) {
  121. this.isStabsr = isStabsr;
  122. }
  123. public String getNote() {
  124. return note;
  125. }
  126. public void setNote(String note) {
  127. this.note = note;
  128. }
  129. public String getPersId() {
  130. return persId;
  131. }
  132. public void setPersId(String persId) {
  133. this.persId = persId;
  134. }
  135. public Date getIntm() {
  136. return intm;
  137. }
  138. public void setIntm(Date intm) {
  139. this.intm = intm;
  140. }
  141. public Date getUptm() {
  142. return uptm;
  143. }
  144. public void setUptm(Date uptm) {
  145. this.uptm = uptm;
  146. }
  147. public String getDataStat() {
  148. return dataStat;
  149. }
  150. public void setDataStat(String dataStat) {
  151. this.dataStat = dataStat;
  152. }
  153. @Override
  154. public String toString() {
  155. return "TacPawpBstocmTsopbfpSctn [" + "id=" + id + ", tsopbfpId=" + tsopbfpId + ", sctnName=" + sctnName + ", biddingType=" + biddingType + ", agncy=" + agncy + ", bidUnit=" + bidUnit + ", cdtlLevl=" + cdtlLevl + ", bidCost=" + bidCost + ", isWps=" + isWps + ", isRbb=" + isRbb + ", isStabsr=" + isStabsr + ", note=" + note + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + "]";
  156. }
  157. }