| | |
| | | private Object obj;
|
| | | private String station_phone;
|
| | |
|
| | | private String install_user; //安装人
|
| | | |
| | | private Battinf_ex binf_ex;
|
| | |
|
| | | public BattInf() {
|
| | |
| | | public void setBinf_ex(Battinf_ex binf_ex) {
|
| | | this.binf_ex = binf_ex;
|
| | | }
|
| | | |
| | | public String getInstall_user() {
|
| | | return install_user;
|
| | | }
|
| | | public void setInstall_user(String install_user) {
|
| | | this.install_user = install_user;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "BattInf [num=" + num + ", StationId=" + StationId
|
| | |
| | | + ", SignalName=" + SignalName + ", StartNum=" + StartNum
|
| | | + ", Station_install=" + Station_install + ", Size=" + Size
|
| | | + ", page=" + page + ", obj=" + obj + ", station_phone="
|
| | | + station_phone + ", binf_ex=" + binf_ex + "]";
|
| | | + station_phone + ", install_user=" + install_user
|
| | | + ", binf_ex=" + binf_ex + "]";
|
| | | }
|
| | |
|
| | | |
| | | }
|