| | |
| | | return SUCCESS;
|
| | | }
|
| | |
|
| | | |
| | | //添加操作时查询出电池组id
|
| | | public String searchMaxBattgroupId(){
|
| | | model = service.searchMaxBattgroupId();
|
| | | result = ActionUtil.tojson(model);
|
| | | return SUCCESS;
|
| | | }
|
| | | public String searchAll() {
|
| | | model = service.searchAll();
|
| | | result = ActionUtil.tojson(model);
|
| | |
| | | model.setData(dev_id);
|
| | | return model;
|
| | | }
|
| | | |
| | | //添加操作时查询出电池组id
|
| | | public ServiceModel searchMaxBattgroupId(){
|
| | | int battgroupid=BattinfGroupFactory.searchMaxBattgroupId();
|
| | | model.setData(battgroupid);
|
| | | return model;
|
| | | }
|
| | | public static void main(String[] args) {
|
| | | //new BattInfServices().findMenu();
|
| | | BattInf b=new BattInf();
|