| | |
| | | private float charge_curr_max;//充电电流阈值
|
| | |
|
| | | private String VideoOrImage ;//上传文件的格式
|
| | | |
| | | private BattMap_information binfmation;//机房经纬度信息
|
| | | public BattInf() {
|
| | | super();
|
| | | }
|
| | |
| | | public void setReal_cap_group1(float real_cap_group1) {
|
| | | this.real_cap_group1 = real_cap_group1;
|
| | | }
|
| | | public BattMap_information getBinfmation() {
|
| | | return binfmation;
|
| | | }
|
| | | public void setBinfmation(BattMap_information binfmation) {
|
| | | this.binfmation = binfmation;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "BattInf [num=" + num + ", StationId=" + StationId + ", StationId_ex=" + StationId_ex + ", StationName="
|
| | |
| | | + ", DisCurrMax=" + DisCurrMax + ", SignalName=" + SignalName + ", StartNum=" + StartNum
|
| | | + ", Station_install=" + Station_install + ", Size=" + Size + ", page=" + page + ", obj=" + obj
|
| | | + ", station_phone=" + station_phone + ", install_user=" + install_user + ", binf_ex=" + binf_ex
|
| | | + ", charge_curr_max=" + charge_curr_max + ", VideoOrImage=" + VideoOrImage + "]";
|
| | | + ", charge_curr_max=" + charge_curr_max + ", VideoOrImage=" + VideoOrImage + ", binfmation="
|
| | | + binfmation + "]";
|
| | | }
|
| | |
|
| | |
|