|
@@ -36,31 +36,31 @@ public class EnterpriseBaseDataSeason extends BaseEntity
|
|
|
|
|
|
/** $column.columnComment */
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
- private Long landArea;
|
|
|
+ private Double landArea;
|
|
|
|
|
|
/** $column.columnComment */
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
- private Long totalIndustrialValue;
|
|
|
+ private Double totalIndustrialValue;
|
|
|
|
|
|
/** $column.columnComment */
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
- private Long gdp;
|
|
|
+ private Double gdp;
|
|
|
|
|
|
/** $column.columnComment */
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
- private Long taxableIncome;
|
|
|
+ private Double taxableIncome;
|
|
|
|
|
|
/** $column.columnComment */
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
- private Long paidTax;
|
|
|
+ private Double paidTax;
|
|
|
|
|
|
/** $column.columnComment */
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
- private Long mainBusinessIncome;
|
|
|
+ private Double mainBusinessIncome;
|
|
|
|
|
|
/** $column.columnComment */
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
- private Long employeeNumber;
|
|
|
+ private Double employeeNumber;
|
|
|
|
|
|
/** $column.columnComment */
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
@@ -72,14 +72,14 @@ public class EnterpriseBaseDataSeason extends BaseEntity
|
|
|
|
|
|
/** $column.columnComment */
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
- private Long funding;
|
|
|
+ private Double funding;
|
|
|
|
|
|
/** $column.columnComment */
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
- private Long energyConsume;
|
|
|
+ private Double energyConsume;
|
|
|
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
- private Long powerConsume;
|
|
|
+ private Double powerConsume;
|
|
|
|
|
|
/** $column.columnComment */
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
@@ -89,201 +89,180 @@ public class EnterpriseBaseDataSeason extends BaseEntity
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
private String season;
|
|
|
|
|
|
- public void setId(Long id)
|
|
|
- {
|
|
|
- this.id = id;
|
|
|
- }
|
|
|
-
|
|
|
- public Long getId()
|
|
|
- {
|
|
|
+ public Long getId() {
|
|
|
return id;
|
|
|
}
|
|
|
- public void setEnterpriseName(String enterpriseName)
|
|
|
- {
|
|
|
- this.enterpriseName = enterpriseName;
|
|
|
+
|
|
|
+ public void setId(Long id) {
|
|
|
+ this.id = id;
|
|
|
}
|
|
|
|
|
|
- public String getEnterpriseName()
|
|
|
- {
|
|
|
+ public String getEnterpriseName() {
|
|
|
return enterpriseName;
|
|
|
}
|
|
|
- public void setLocation(String location)
|
|
|
- {
|
|
|
- this.location = location;
|
|
|
+
|
|
|
+ public void setEnterpriseName(String enterpriseName) {
|
|
|
+ this.enterpriseName = enterpriseName;
|
|
|
}
|
|
|
|
|
|
- public String getLocation()
|
|
|
- {
|
|
|
+ public String getLocation() {
|
|
|
return location;
|
|
|
}
|
|
|
- public void setCode(String code)
|
|
|
- {
|
|
|
- this.code = code;
|
|
|
+
|
|
|
+ public void setLocation(String location) {
|
|
|
+ this.location = location;
|
|
|
}
|
|
|
|
|
|
- public String getCode()
|
|
|
- {
|
|
|
+ public String getCode() {
|
|
|
return code;
|
|
|
}
|
|
|
- public void setMainBusiness(String mainBusiness)
|
|
|
- {
|
|
|
- this.mainBusiness = mainBusiness;
|
|
|
+
|
|
|
+ public void setCode(String code) {
|
|
|
+ this.code = code;
|
|
|
}
|
|
|
|
|
|
- public String getMainBusiness()
|
|
|
- {
|
|
|
+ public String getMainBusiness() {
|
|
|
return mainBusiness;
|
|
|
}
|
|
|
- public void setLandArea(Long landArea)
|
|
|
- {
|
|
|
- this.landArea = landArea;
|
|
|
+
|
|
|
+ public void setMainBusiness(String mainBusiness) {
|
|
|
+ this.mainBusiness = mainBusiness;
|
|
|
}
|
|
|
|
|
|
- public Long getLandArea()
|
|
|
- {
|
|
|
+ public Double getLandArea() {
|
|
|
return landArea;
|
|
|
}
|
|
|
- public void setTotalIndustrialValue(Long totalIndustrialValue)
|
|
|
- {
|
|
|
- this.totalIndustrialValue = totalIndustrialValue;
|
|
|
+
|
|
|
+ public void setLandArea(Double landArea) {
|
|
|
+ this.landArea = landArea;
|
|
|
}
|
|
|
|
|
|
- public Long getTotalIndustrialValue()
|
|
|
- {
|
|
|
+ public Double getTotalIndustrialValue() {
|
|
|
return totalIndustrialValue;
|
|
|
}
|
|
|
- public void setGdp(Long gdp)
|
|
|
- {
|
|
|
- this.gdp = gdp;
|
|
|
+
|
|
|
+ public void setTotalIndustrialValue(Double totalIndustrialValue) {
|
|
|
+ this.totalIndustrialValue = totalIndustrialValue;
|
|
|
}
|
|
|
|
|
|
- public Long getGdp()
|
|
|
- {
|
|
|
+ public Double getGdp() {
|
|
|
return gdp;
|
|
|
}
|
|
|
- public void setTaxableIncome(Long taxableIncome)
|
|
|
- {
|
|
|
- this.taxableIncome = taxableIncome;
|
|
|
+
|
|
|
+ public void setGdp(Double gdp) {
|
|
|
+ this.gdp = gdp;
|
|
|
}
|
|
|
|
|
|
- public Long getTaxableIncome()
|
|
|
- {
|
|
|
+ public Double getTaxableIncome() {
|
|
|
return taxableIncome;
|
|
|
}
|
|
|
- public void setPaidTax(Long paidTax)
|
|
|
- {
|
|
|
- this.paidTax = paidTax;
|
|
|
+
|
|
|
+ public void setTaxableIncome(Double taxableIncome) {
|
|
|
+ this.taxableIncome = taxableIncome;
|
|
|
}
|
|
|
|
|
|
- public Long getPaidTax()
|
|
|
- {
|
|
|
+ public Double getPaidTax() {
|
|
|
return paidTax;
|
|
|
}
|
|
|
- public void setMainBusinessIncome(Long mainBusinessIncome)
|
|
|
- {
|
|
|
- this.mainBusinessIncome = mainBusinessIncome;
|
|
|
+
|
|
|
+ public void setPaidTax(Double paidTax) {
|
|
|
+ this.paidTax = paidTax;
|
|
|
}
|
|
|
|
|
|
- public Long getMainBusinessIncome()
|
|
|
- {
|
|
|
+ public Double getMainBusinessIncome() {
|
|
|
return mainBusinessIncome;
|
|
|
}
|
|
|
- public void setEmployeeNumber(Long employeeNumber)
|
|
|
- {
|
|
|
- this.employeeNumber = employeeNumber;
|
|
|
+
|
|
|
+ public void setMainBusinessIncome(Double mainBusinessIncome) {
|
|
|
+ this.mainBusinessIncome = mainBusinessIncome;
|
|
|
}
|
|
|
|
|
|
- public Long getEmployeeNumber()
|
|
|
- {
|
|
|
+ public Double getEmployeeNumber() {
|
|
|
return employeeNumber;
|
|
|
}
|
|
|
- public void setProfit(Long profit)
|
|
|
- {
|
|
|
- this.profit = profit;
|
|
|
+
|
|
|
+ public void setEmployeeNumber(Double employeeNumber) {
|
|
|
+ this.employeeNumber = employeeNumber;
|
|
|
}
|
|
|
|
|
|
- public Long getProfit()
|
|
|
- {
|
|
|
+ public Long getProfit() {
|
|
|
return profit;
|
|
|
}
|
|
|
- public void setOwnerEquity(Long ownerEquity)
|
|
|
- {
|
|
|
- this.ownerEquity = ownerEquity;
|
|
|
+
|
|
|
+ public void setProfit(Long profit) {
|
|
|
+ this.profit = profit;
|
|
|
}
|
|
|
|
|
|
- public Long getOwnerEquity()
|
|
|
- {
|
|
|
+ public Long getOwnerEquity() {
|
|
|
return ownerEquity;
|
|
|
}
|
|
|
- public void setFunding(Long funding)
|
|
|
- {
|
|
|
- this.funding = funding;
|
|
|
+
|
|
|
+ public void setOwnerEquity(Long ownerEquity) {
|
|
|
+ this.ownerEquity = ownerEquity;
|
|
|
}
|
|
|
|
|
|
- public Long getFunding()
|
|
|
- {
|
|
|
+ public Double getFunding() {
|
|
|
return funding;
|
|
|
}
|
|
|
- public void setEnergyConsume(Long energyConsume)
|
|
|
- {
|
|
|
- this.energyConsume = energyConsume;
|
|
|
+
|
|
|
+ public void setFunding(Double funding) {
|
|
|
+ this.funding = funding;
|
|
|
}
|
|
|
|
|
|
- public Long getEnergyConsume()
|
|
|
- {
|
|
|
+ public Double getEnergyConsume() {
|
|
|
return energyConsume;
|
|
|
}
|
|
|
|
|
|
- public void setPowerConsume(Long powerConsume)
|
|
|
- {
|
|
|
- this.powerConsume = powerConsume;
|
|
|
+ public void setEnergyConsume(Double energyConsume) {
|
|
|
+ this.energyConsume = energyConsume;
|
|
|
}
|
|
|
|
|
|
- public Long getPowerConsume()
|
|
|
- {
|
|
|
+ public Double getPowerConsume() {
|
|
|
return powerConsume;
|
|
|
}
|
|
|
- public void setYear(String year)
|
|
|
- {
|
|
|
- this.year = year;
|
|
|
+
|
|
|
+ public void setPowerConsume(Double powerConsume) {
|
|
|
+ this.powerConsume = powerConsume;
|
|
|
}
|
|
|
|
|
|
- public String getYear()
|
|
|
- {
|
|
|
+ public String getYear() {
|
|
|
return year;
|
|
|
}
|
|
|
- public void setSeason(String season)
|
|
|
- {
|
|
|
- this.season = season;
|
|
|
+
|
|
|
+ public void setYear(String year) {
|
|
|
+ this.year = year;
|
|
|
}
|
|
|
|
|
|
- public String getSeason()
|
|
|
- {
|
|
|
+ public String getSeason() {
|
|
|
return season;
|
|
|
}
|
|
|
|
|
|
+ public void setSeason(String season) {
|
|
|
+ this.season = season;
|
|
|
+ }
|
|
|
+
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
- return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
|
|
|
- .append("id", getId())
|
|
|
- .append("enterpriseName", getEnterpriseName())
|
|
|
- .append("location", getLocation())
|
|
|
- .append("code", getCode())
|
|
|
- .append("mainBusiness", getMainBusiness())
|
|
|
- .append("landArea", getLandArea())
|
|
|
- .append("totalIndustrialValue", getTotalIndustrialValue())
|
|
|
- .append("gdp", getGdp())
|
|
|
- .append("taxableIncome", getTaxableIncome())
|
|
|
- .append("paidTax", getPaidTax())
|
|
|
- .append("mainBusinessIncome", getMainBusinessIncome())
|
|
|
- .append("employeeNumber", getEmployeeNumber())
|
|
|
- .append("profit", getProfit())
|
|
|
- .append("ownerEquity", getOwnerEquity())
|
|
|
- .append("funding", getFunding())
|
|
|
- .append("energyConsume", getEnergyConsume())
|
|
|
- .append("powerConsume", getPowerConsume())
|
|
|
- .append("year", getYear())
|
|
|
- .append("season", getSeason())
|
|
|
- .toString();
|
|
|
+ return "EnterpriseBaseDataSeason{" +
|
|
|
+ "id=" + id +
|
|
|
+ ", enterpriseName='" + enterpriseName + '\'' +
|
|
|
+ ", location='" + location + '\'' +
|
|
|
+ ", code='" + code + '\'' +
|
|
|
+ ", mainBusiness='" + mainBusiness + '\'' +
|
|
|
+ ", landArea=" + landArea +
|
|
|
+ ", totalIndustrialValue=" + totalIndustrialValue +
|
|
|
+ ", gdp=" + gdp +
|
|
|
+ ", taxableIncome=" + taxableIncome +
|
|
|
+ ", paidTax=" + paidTax +
|
|
|
+ ", mainBusinessIncome=" + mainBusinessIncome +
|
|
|
+ ", employeeNumber=" + employeeNumber +
|
|
|
+ ", profit=" + profit +
|
|
|
+ ", ownerEquity=" + ownerEquity +
|
|
|
+ ", funding=" + funding +
|
|
|
+ ", energyConsume=" + energyConsume +
|
|
|
+ ", powerConsume=" + powerConsume +
|
|
|
+ ", year='" + year + '\'' +
|
|
|
+ ", season='" + season + '\'' +
|
|
|
+ '}';
|
|
|
}
|
|
|
}
|