| | |
| | | @Resource
|
| | | MgrDao mgrDao;
|
| | |
|
| | | public List<MonitorPoint> randpoint(){
|
| | | public List<Monitorpoint> randpoint(){
|
| | | return mgrDao.randpoint();
|
| | | }
|
| | |
|
| | | public List<Equipment> pointequ(String monitorpoint){
|
| | | return mgrDao.pointequ(monitorpoint);
|
| | | public List<Equipment> pointequ(String Monitorpoint){
|
| | | return mgrDao.pointequ(Monitorpoint);
|
| | | }
|
| | |
|
| | | public List<State> equsensorstate(String mac){return mgrDao.equsensorstate(mac);}
|
| | |
|
| | |
|
| | | public List<MonitorPoint> allpoint(){
|
| | | public List<Monitorpoint> allpoint(){
|
| | | return mgrDao.allpoint();
|
| | | }
|
| | |
|