| | |
| | |
|
| | | private Battinf_ex binf_ex;
|
| | |
|
| | | private float charge_curr_max;//充电电流阈值
|
| | | |
| | | private String VideoOrImage ;//上传文件的格式
|
| | | public BattInf() {
|
| | | super();
|
| | |
| | | public void setVideoOrImage(String videoOrImage) {
|
| | | VideoOrImage = videoOrImage;
|
| | | }
|
| | | public float getCharge_curr_max() {
|
| | | return charge_curr_max;
|
| | | }
|
| | | public void setCharge_curr_max(float charge_curr_max) {
|
| | | this.charge_curr_max = charge_curr_max;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "BattInf [num=" + num + ", StationId=" + StationId
|
| | |
| | | + ", Station_install=" + Station_install + ", Size=" + Size
|
| | | + ", page=" + page + ", obj=" + obj + ", station_phone="
|
| | | + station_phone + ", install_user=" + install_user
|
| | | + ", binf_ex=" + binf_ex + "]";
|
| | | + ", binf_ex=" + binf_ex + ", charge_curr_max="
|
| | | + charge_curr_max + ", VideoOrImage=" + VideoOrImage + "]";
|
| | | }
|
| | |
|
| | |
|