JkxlData.java 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. package com.jeeplus.modules.sg.entity;
  2. import com.jeeplus.common.utils.excel.annotation.ExcelField;
  3. public class JkxlData {
  4. private String id;
  5. private String wbsCode;
  6. private Double originalTotalCost;
  7. private Double originalRgCost;
  8. private Double originalCbrCost;
  9. private Double originalFbrCost;
  10. private Double originalZgj;
  11. private Double originalJxCost;
  12. private Double totalCost;
  13. private Double rgCost;
  14. private Double cbrCost;
  15. private Double fbrCost;
  16. private Double zgj;
  17. private Double jxCost;
  18. private Double measuresFee1;
  19. private Double measuresFee2;
  20. private Double measuresFee3;
  21. private Double otherCost;
  22. private Double fees;
  23. private Double tex;
  24. private Double totalFee;
  25. private String wbsId;
  26. private String projectId;
  27. private String describe;
  28. private String parentNode;
  29. private String mountMatter;
  30. private String mountServer;
  31. private String subjectAllocate;
  32. private String state;
  33. @ExcelField(title="科目分配元素", align=2, sort=5)
  34. public String getSubjectAllocate() {
  35. return subjectAllocate;
  36. }
  37. public void setSubjectAllocate(String subjectAllocate) {
  38. this.subjectAllocate = subjectAllocate;
  39. }
  40. public String getState() {
  41. return state;
  42. }
  43. public void setState(String state) {
  44. this.state = state;
  45. }
  46. public Double getMeasuresFee3() {
  47. return measuresFee3;
  48. }
  49. public void setMeasuresFee3(Double measuresFee3) {
  50. this.measuresFee3 = measuresFee3;
  51. }
  52. @ExcelField(title="挂接物料", align=2, sort=6)
  53. public String getMountMatter() {
  54. return mountMatter;
  55. }
  56. public void setMountMatter(String mountMatter) {
  57. this.mountMatter = mountMatter;
  58. }
  59. @ExcelField(title="挂接服务", align=2, sort=7)
  60. public String getMountServer() {
  61. return mountServer;
  62. }
  63. public void setMountServer(String mountServer) {
  64. this.mountServer = mountServer;
  65. }
  66. @ExcelField(title="标准WBS要素", align=2, sort=1)
  67. public String getWbsId() {
  68. return wbsId;
  69. }
  70. public void setWbsId(String wbsId) {
  71. this.wbsId = wbsId;
  72. }
  73. @ExcelField(title="当前的内部项目号 - 标准 WBS", align=2, sort=3)
  74. public String getProjectId() {
  75. return projectId;
  76. }
  77. public void setProjectId(String projectId) {
  78. this.projectId = projectId;
  79. }
  80. @ExcelField(title="描述", align=2, sort=2)
  81. public String getDescribe() {
  82. return describe;
  83. }
  84. public void setDescribe(String describe) {
  85. this.describe = describe;
  86. }
  87. public String getParentNode() {
  88. return parentNode;
  89. }
  90. public void setParentNode(String parentNode) {
  91. this.parentNode = parentNode;
  92. }
  93. @ExcelField(title="简明ID(WBS元素)", align=2, sort=4)
  94. public String getWbsCode() {
  95. return wbsCode;
  96. }
  97. public void setWbsCode(String wbsCode) {
  98. this.wbsCode = wbsCode;
  99. }
  100. @ExcelField(title="总计", align=2, sort=8)
  101. public Double getTotalFee() {
  102. return totalFee;
  103. }
  104. public void setTotalFee(Double totalFee) {
  105. this.totalFee = totalFee;
  106. }
  107. public String getId() {
  108. return id;
  109. }
  110. public void setId(String id) {
  111. this.id = id;
  112. }
  113. public Double getOriginalTotalCost() {
  114. return originalTotalCost;
  115. }
  116. public void setOriginalTotalCost(Double originalTotalCost) {
  117. this.originalTotalCost = originalTotalCost;
  118. }
  119. public Double getOriginalRgCost() {
  120. return originalRgCost;
  121. }
  122. public void setOriginalRgCost(Double originalRgCost) {
  123. this.originalRgCost = originalRgCost;
  124. }
  125. public Double getOriginalCbrCost() {
  126. return originalCbrCost;
  127. }
  128. public void setOriginalCbrCost(Double originalCbrCost) {
  129. this.originalCbrCost = originalCbrCost;
  130. }
  131. public Double getOriginalFbrCost() {
  132. return originalFbrCost;
  133. }
  134. public void setOriginalFbrCost(Double originalFbrCost) {
  135. this.originalFbrCost = originalFbrCost;
  136. }
  137. public Double getOriginalZgj() {
  138. return originalZgj;
  139. }
  140. public void setOriginalZgj(Double originalZgj) {
  141. this.originalZgj = originalZgj;
  142. }
  143. public Double getOriginalJxCost() {
  144. return originalJxCost;
  145. }
  146. public void setOriginalJxCost(Double originalJxCost) {
  147. this.originalJxCost = originalJxCost;
  148. }
  149. public Double getTotalCost() {
  150. return totalCost;
  151. }
  152. public void setTotalCost(Double totalCost) {
  153. this.totalCost = totalCost;
  154. }
  155. public Double getRgCost() {
  156. return rgCost;
  157. }
  158. public void setRgCost(Double rgCost) {
  159. this.rgCost = rgCost;
  160. }
  161. public Double getCbrCost() {
  162. return cbrCost;
  163. }
  164. public void setCbrCost(Double cbrCost) {
  165. this.cbrCost = cbrCost;
  166. }
  167. public Double getFbrCost() {
  168. return fbrCost;
  169. }
  170. public void setFbrCost(Double fbrCost) {
  171. this.fbrCost = fbrCost;
  172. }
  173. public Double getZgj() {
  174. return zgj;
  175. }
  176. public void setZgj(Double zgj) {
  177. this.zgj = zgj;
  178. }
  179. public Double getJxCost() {
  180. return jxCost;
  181. }
  182. public void setJxCost(Double jxCost) {
  183. this.jxCost = jxCost;
  184. }
  185. public Double getMeasuresFee1() {
  186. return measuresFee1;
  187. }
  188. public void setMeasuresFee1(Double measuresFee1) {
  189. this.measuresFee1 = measuresFee1;
  190. }
  191. public Double getMeasuresFee2() {
  192. return measuresFee2;
  193. }
  194. public void setMeasuresFee2(Double measuresFee2) {
  195. this.measuresFee2 = measuresFee2;
  196. }
  197. public Double getOtherCost() {
  198. return otherCost;
  199. }
  200. public void setOtherCost(Double otherCost) {
  201. this.otherCost = otherCost;
  202. }
  203. public Double getFees() {
  204. return fees;
  205. }
  206. public void setFees(Double fees) {
  207. this.fees = fees;
  208. }
  209. public Double getTex() {
  210. return tex;
  211. }
  212. public void setTex(Double tex) {
  213. this.tex = tex;
  214. }
  215. }