123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- package com.jeeplus.modules.sg.entity;
- import com.jeeplus.common.utils.excel.annotation.ExcelField;
- public class JkxlData {
- private String id;
- private String wbsCode;
- private Double originalTotalCost;
- private Double originalRgCost;
- private Double originalCbrCost;
- private Double originalFbrCost;
- private Double originalZgj;
- private Double originalJxCost;
- private Double totalCost;
- private Double rgCost;
- private Double cbrCost;
- private Double fbrCost;
- private Double zgj;
- private Double jxCost;
- private Double measuresFee1;
- private Double measuresFee2;
- private Double measuresFee3;
- private Double otherCost;
- private Double fees;
- private Double tex;
- private Double totalFee;
- private String wbsId;
- private String projectId;
- private String describe;
- private String parentNode;
- private String mountMatter;
- private String mountServer;
- private String subjectAllocate;
- private String state;
- @ExcelField(title="科目分配元素", align=2, sort=5)
- public String getSubjectAllocate() {
- return subjectAllocate;
- }
- public void setSubjectAllocate(String subjectAllocate) {
- this.subjectAllocate = subjectAllocate;
- }
- public String getState() {
- return state;
- }
- public void setState(String state) {
- this.state = state;
- }
- public Double getMeasuresFee3() {
- return measuresFee3;
- }
- public void setMeasuresFee3(Double measuresFee3) {
- this.measuresFee3 = measuresFee3;
- }
- @ExcelField(title="挂接物料", align=2, sort=6)
- public String getMountMatter() {
- return mountMatter;
- }
- public void setMountMatter(String mountMatter) {
- this.mountMatter = mountMatter;
- }
- @ExcelField(title="挂接服务", align=2, sort=7)
- public String getMountServer() {
- return mountServer;
- }
- public void setMountServer(String mountServer) {
- this.mountServer = mountServer;
- }
- @ExcelField(title="标准WBS要素", align=2, sort=1)
- public String getWbsId() {
- return wbsId;
- }
- public void setWbsId(String wbsId) {
- this.wbsId = wbsId;
- }
- @ExcelField(title="当前的内部项目号 - 标准 WBS", align=2, sort=3)
- public String getProjectId() {
- return projectId;
- }
- public void setProjectId(String projectId) {
- this.projectId = projectId;
- }
- @ExcelField(title="描述", align=2, sort=2)
- public String getDescribe() {
- return describe;
- }
- public void setDescribe(String describe) {
- this.describe = describe;
- }
- public String getParentNode() {
- return parentNode;
- }
- public void setParentNode(String parentNode) {
- this.parentNode = parentNode;
- }
- @ExcelField(title="简明ID(WBS元素)", align=2, sort=4)
- public String getWbsCode() {
- return wbsCode;
- }
- public void setWbsCode(String wbsCode) {
- this.wbsCode = wbsCode;
- }
- @ExcelField(title="总计", align=2, sort=8)
- public Double getTotalFee() {
- return totalFee;
- }
- public void setTotalFee(Double totalFee) {
- this.totalFee = totalFee;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public Double getOriginalTotalCost() {
- return originalTotalCost;
- }
- public void setOriginalTotalCost(Double originalTotalCost) {
- this.originalTotalCost = originalTotalCost;
- }
- public Double getOriginalRgCost() {
- return originalRgCost;
- }
- public void setOriginalRgCost(Double originalRgCost) {
- this.originalRgCost = originalRgCost;
- }
- public Double getOriginalCbrCost() {
- return originalCbrCost;
- }
- public void setOriginalCbrCost(Double originalCbrCost) {
- this.originalCbrCost = originalCbrCost;
- }
- public Double getOriginalFbrCost() {
- return originalFbrCost;
- }
- public void setOriginalFbrCost(Double originalFbrCost) {
- this.originalFbrCost = originalFbrCost;
- }
- public Double getOriginalZgj() {
- return originalZgj;
- }
- public void setOriginalZgj(Double originalZgj) {
- this.originalZgj = originalZgj;
- }
- public Double getOriginalJxCost() {
- return originalJxCost;
- }
- public void setOriginalJxCost(Double originalJxCost) {
- this.originalJxCost = originalJxCost;
- }
- public Double getTotalCost() {
- return totalCost;
- }
- public void setTotalCost(Double totalCost) {
- this.totalCost = totalCost;
- }
- public Double getRgCost() {
- return rgCost;
- }
- public void setRgCost(Double rgCost) {
- this.rgCost = rgCost;
- }
- public Double getCbrCost() {
- return cbrCost;
- }
- public void setCbrCost(Double cbrCost) {
- this.cbrCost = cbrCost;
- }
- public Double getFbrCost() {
- return fbrCost;
- }
- public void setFbrCost(Double fbrCost) {
- this.fbrCost = fbrCost;
- }
- public Double getZgj() {
- return zgj;
- }
- public void setZgj(Double zgj) {
- this.zgj = zgj;
- }
- public Double getJxCost() {
- return jxCost;
- }
- public void setJxCost(Double jxCost) {
- this.jxCost = jxCost;
- }
- public Double getMeasuresFee1() {
- return measuresFee1;
- }
- public void setMeasuresFee1(Double measuresFee1) {
- this.measuresFee1 = measuresFee1;
- }
- public Double getMeasuresFee2() {
- return measuresFee2;
- }
- public void setMeasuresFee2(Double measuresFee2) {
- this.measuresFee2 = measuresFee2;
- }
- public Double getOtherCost() {
- return otherCost;
- }
- public void setOtherCost(Double otherCost) {
- this.otherCost = otherCost;
- }
- public Double getFees() {
- return fees;
- }
- public void setFees(Double fees) {
- this.fees = fees;
- }
- public Double getTex() {
- return tex;
- }
- public void setTex(Double tex) {
- this.tex = tex;
- }
- }
|