Commit f443529e authored by yaobaizheng's avatar yaobaizheng

bug统一修改

parent 8b228198
......@@ -393,12 +393,66 @@ public class DevelopmentInfo implements Serializable {
*/
private String countryLevel;
//图片链接
private String imgUrl;
//类型
private String type;
//所属都市圈id
private Integer megalopolisId;
//招商对接人
private String contactPerson;
//联系电话
private String contactPhone;
//总投资额(亿元)
private BigDecimal investmentAmountTotal;
//投资周期(月)
private Integer buildingPeriod;
//工业用电(元/度)
private String industrialElectricity;
//供电类型
private String powerSupplyType;
//变电站级别
private String substationLevel;
//人力成本(元/月)
private BigDecimal laborCost;
//土地成本(万元/亩)
private BigDecimal landCost;
//工业用水单价(元/吨)
private String industrialWaterPrice;
//是否有供暖(0-无;1-有)
private Integer isHeating;
//是否有蒸汽(0-无;1-有)
private Integer isSteam;
//是否有天然气(0-无;1-有)
private Integer isNaturalGas;
//是否有其他要求(0-无;1-有)
private Integer isOtherRequirements;
//供暖单价(元/m³)
private String heatingPrice;
//蒸汽价格(元/m³)
private String steamPrice;
//天然气单价(元/m³)
private String naturalGasPrice;
@TableField(exist = false)
private static final long serialVersionUID = 1L;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment