コード例 #1
0
  public String jiesuo(String id) throws Exception {

    String domresult = sgPersonLibraryDao.jiesuo(id);
    return domresult;
  }