DOBO boGrid = DOBO.getDOBOByName("DO_UI_GridModel");
BOInstance biPane = bo.getCorrInstance();
if (biPane != null) {
DOPaneModel pm = DOPaneModel.getPaneModelByID(biPane.getUid());
// 面板
sb.append("<pane><li>").append(StringUtil.filter(biPane.toJSONString())).append("</li></pane>");
DOService servPaneLinks = DOService
.getService("DO_UI_PaneLinks_findbyparentPaneUid");
sb.append("\n<pane_links>");
List list = servPaneLinks.invokeSelect(biPane.getUid());