1 Star 1 Fork 0

北有风雪 / teemo-api-doc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
overview-tree.html 22.62 KB
一键复制 编辑 原始数据 按行查看 历史
北有风雪 提交于 2017-01-20 11:23 . Teemo API Document. version 0.1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (version 1.7.0_02) on Fri Jan 20 10:50:17 CST 2017 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>类分层结构</title>
<meta name="date" content="2017-01-20">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="类分层结构";
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="跳过导航链接"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">概览</a></li>
<li>程序包</li>
<li></li>
<li class="navBarCell1Rev"></li>
<li><a href="deprecated-list.html">已过时</a></li>
<li><a href="index-files/index-1.html">索引</a></li>
<li><a href="help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-tree.html" target="_top">框架</a></li>
<li><a href="overview-tree.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">所有程序包的分层结构</h1>
<span class="strong">程序包分层结构:</span>
<ul class="horizontal">
<li><a href="com/teemo/core/package-tree.html">com.teemo.core</a>, </li>
<li><a href="com/teemo/core/aop/package-tree.html">com.teemo.core.aop</a>, </li>
<li><a href="com/teemo/core/entity/package-tree.html">com.teemo.core.entity</a>, </li>
<li><a href="com/teemo/core/exception/package-tree.html">com.teemo.core.exception</a>, </li>
<li><a href="com/teemo/core/security/package-tree.html">com.teemo.core.security</a>, </li>
<li><a href="com/teemo/core/util/package-tree.html">com.teemo.core.util</a>, </li>
<li><a href="com/teemo/dao/package-tree.html">com.teemo.dao</a>, </li>
<li><a href="com/teemo/dto/package-tree.html">com.teemo.dto</a>, </li>
<li><a href="com/teemo/entity/package-tree.html">com.teemo.entity</a>, </li>
<li><a href="com/teemo/service/package-tree.html">com.teemo.service</a>, </li>
<li><a href="com/teemo/web/controller/package-tree.html">com.teemo.web.controller</a>, </li>
<li><a href="core/cache/package-tree.html">core.cache</a>, </li>
<li><a href="core/dao/package-tree.html">core.dao</a>, </li>
<li><a href="core/exception/package-tree.html">core.exception</a>, </li>
<li><a href="core/service/package-tree.html">core.service</a>, </li>
<li><a href="core/support/package-tree.html">core.support</a>, </li>
<li><a href="core/support/page/package-tree.html">core.support.page</a>, </li>
<li><a href="core/support/repository/package-tree.html">core.support.repository</a>, </li>
<li><a href="core/support/search/package-tree.html">core.support.search</a>, </li>
<li><a href="core/util/package-tree.html">core.util</a>, </li>
<li><a href="core/web/controller/package-tree.html">core.web.controller</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="类分层结构">类分层结构</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">core.support.page.<a href="core/support/page/AbstractPageRequest.html" title="core.support.page中的类"><span class="strong">AbstractPageRequest</span></a> (implements core.support.page.<a href="core/support/page/Pageable.html" title="core.support.page中的接口">Pageable</a>, java.io.Serializable)
<ul>
<li type="circle">core.support.<a href="core/support/PageRequest.html" title="core.support中的类"><span class="strong">PageRequest</span></a></li>
</ul>
</li>
<li type="circle">core.support.search.<a href="core/support/search/AbstractSearchFilter.html" title="core.support.search中的类"><span class="strong">AbstractSearchFilter</span></a> (implements core.support.search.<a href="core/support/search/SearchFilter.html" title="core.support.search中的接口">SearchFilter</a>, java.io.Serializable)
<ul>
<li type="circle">core.support.<a href="core/support/Condition.html" title="core.support中的类"><span class="strong">Condition</span></a></li>
</ul>
</li>
<li type="circle">core.support.search.<a href="core/support/search/AbstractSearchRequest.html" title="core.support.search中的类"><span class="strong">AbstractSearchRequest</span></a> (implements core.support.search.<a href="core/support/search/Searchable.html" title="core.support.search中的接口">Searchable</a>, java.io.Serializable)
<ul>
<li type="circle">core.support.<a href="core/support/SearchRequest.html" title="core.support中的类"><span class="strong">SearchRequest</span></a></li>
</ul>
</li>
<li type="circle">com.teemo.service.<a href="com/teemo/service/AuthorizationService.html" title="com.teemo.service中的类"><span class="strong">AuthorizationService</span></a></li>
<li type="circle">core.cache.<a href="core/cache/BaseCacheAspect.html" title="core.cache中的类"><span class="strong">BaseCacheAspect</span></a> (implements org.springframework.beans.factory.InitializingBean)
<ul>
<li type="circle">com.teemo.core.aop.<a href="com/teemo/core/aop/MenuCacheAspect.html" title="com.teemo.core.aop中的类"><span class="strong">MenuCacheAspect</span></a></li>
</ul>
</li>
<li type="circle">core.web.controller.<a href="core/web/controller/BaseController.html" title="core.web.controller中的类"><span class="strong">BaseController</span></a>
<ul>
<li type="circle">com.teemo.web.controller.<a href="com/teemo/web/controller/AuthController.html" title="com.teemo.web.controller中的类"><span class="strong">AuthController</span></a></li>
<li type="circle">com.teemo.web.controller.<a href="com/teemo/web/controller/DepartmentController.html" title="com.teemo.web.controller中的类"><span class="strong">DepartmentController</span></a></li>
<li type="circle">com.teemo.web.controller.<a href="com/teemo/web/controller/DynamicPropertyController.html" title="com.teemo.web.controller中的类"><span class="strong">DynamicPropertyController</span></a></li>
<li type="circle">com.teemo.web.controller.<a href="com/teemo/web/controller/MainController.html" title="com.teemo.web.controller中的类"><span class="strong">MainController</span></a></li>
<li type="circle">com.teemo.web.controller.<a href="com/teemo/web/controller/PermissionController.html" title="com.teemo.web.controller中的类"><span class="strong">PermissionController</span></a></li>
<li type="circle">com.teemo.web.controller.<a href="com/teemo/web/controller/ResourceController.html" title="com.teemo.web.controller中的类"><span class="strong">ResourceController</span></a></li>
<li type="circle">com.teemo.web.controller.<a href="com/teemo/web/controller/RoleController.html" title="com.teemo.web.controller中的类"><span class="strong">RoleController</span></a></li>
<li type="circle">com.teemo.web.controller.<a href="com/teemo/web/controller/UserController.html" title="com.teemo.web.controller中的类"><span class="strong">UserController</span></a></li>
</ul>
</li>
<li type="circle">core.dao.<a href="core/dao/BaseDao.html" title="core.dao中的类"><span class="strong">BaseDao</span></a>&lt;E&gt; (implements core.dao.<a href="core/dao/Dao.html" title="core.dao中的接口">Dao</a>&lt;E&gt;)
<ul>
<li type="circle">com.teemo.dao.<a href="com/teemo/dao/DepartmentDao.html" title="com.teemo.dao中的类"><span class="strong">DepartmentDao</span></a></li>
<li type="circle">com.teemo.dao.<a href="com/teemo/dao/DynamicPropertyDao.html" title="com.teemo.dao中的类"><span class="strong">DynamicPropertyDao</span></a></li>
<li type="circle">com.teemo.dao.<a href="com/teemo/dao/PermissionDao.html" title="com.teemo.dao中的类"><span class="strong">PermissionDao</span></a></li>
<li type="circle">com.teemo.dao.<a href="com/teemo/dao/ResourceDao.html" title="com.teemo.dao中的类"><span class="strong">ResourceDao</span></a></li>
<li type="circle">com.teemo.dao.<a href="com/teemo/dao/RoleDao.html" title="com.teemo.dao中的类"><span class="strong">RoleDao</span></a></li>
<li type="circle">com.teemo.dao.<a href="com/teemo/dao/RoleResourcePermissionDao.html" title="com.teemo.dao中的类"><span class="strong">RoleResourcePermissionDao</span></a></li>
<li type="circle">com.teemo.dao.<a href="com/teemo/dao/UserDao.html" title="com.teemo.dao中的类"><span class="strong">UserDao</span></a></li>
</ul>
</li>
<li type="circle">com.teemo.core.entity.<a href="com/teemo/core/entity/BaseEntity.html" title="com.teemo.core.entity中的类"><span class="strong">BaseEntity</span></a> (implements java.io.Serializable)
<ul>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/Department.html" title="com.teemo.entity中的类"><span class="strong">Department</span></a> (implements com.teemo.core.entity.<a href="com/teemo/core/entity/LogicDeletable.html" title="com.teemo.core.entity中的接口">LogicDeletable</a>)</li>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/DynamicProperty.html" title="com.teemo.entity中的类"><span class="strong">DynamicProperty</span></a> (implements com.teemo.core.entity.<a href="com/teemo/core/entity/LogicDeletable.html" title="com.teemo.core.entity中的接口">LogicDeletable</a>)</li>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/Permission.html" title="com.teemo.entity中的类"><span class="strong">Permission</span></a>
<ul>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/ResourceNode.PermissionState.html" title="com.teemo.entity中的类"><span class="strong">ResourceNode.PermissionState</span></a></li>
</ul>
</li>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/Resource.html" title="com.teemo.entity中的类"><span class="strong">Resource</span></a></li>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/Role.html" title="com.teemo.entity中的类"><span class="strong">Role</span></a></li>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/RoleResourcePermission.html" title="com.teemo.entity中的类"><span class="strong">RoleResourcePermission</span></a></li>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/User.html" title="com.teemo.entity中的类"><span class="strong">User</span></a> (implements com.teemo.core.entity.<a href="com/teemo/core/entity/LogicDeletable.html" title="com.teemo.core.entity中的接口">LogicDeletable</a>)</li>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/UserLastOnline.html" title="com.teemo.entity中的类"><span class="strong">UserLastOnline</span></a></li>
</ul>
</li>
<li type="circle">core.service.<a href="core/service/BaseService.html" title="core.service中的类"><span class="strong">BaseService</span></a>&lt;E&gt; (implements core.service.<a href="core/service/Service.html" title="core.service中的接口">Service</a>&lt;E&gt;)
<ul>
<li type="circle">com.teemo.service.<a href="com/teemo/service/DepartmentService.html" title="com.teemo.service中的类"><span class="strong">DepartmentService</span></a></li>
<li type="circle">com.teemo.service.<a href="com/teemo/service/DynamicPropertyService.html" title="com.teemo.service中的类"><span class="strong">DynamicPropertyService</span></a></li>
<li type="circle">com.teemo.service.<a href="com/teemo/service/PermissionService.html" title="com.teemo.service中的类"><span class="strong">PermissionService</span></a></li>
<li type="circle">com.teemo.service.<a href="com/teemo/service/ResourceService.html" title="com.teemo.service中的类"><span class="strong">ResourceService</span></a></li>
<li type="circle">com.teemo.service.<a href="com/teemo/service/RoleResourcePermissionService.html" title="com.teemo.service中的类"><span class="strong">RoleResourcePermissionService</span></a></li>
<li type="circle">com.teemo.service.<a href="com/teemo/service/RoleService.html" title="com.teemo.service中的类"><span class="strong">RoleService</span></a></li>
<li type="circle">com.teemo.service.<a href="com/teemo/service/UserService.html" title="com.teemo.service中的类"><span class="strong">UserService</span></a></li>
</ul>
</li>
<li type="circle">com.teemo.dto.<a href="com/teemo/dto/BTQueryParameter.html" title="com.teemo.dto中的类"><span class="strong">BTQueryParameter</span></a> (implements java.io.Serializable)</li>
<li type="circle">org.apache.shiro.realm.CachingRealm (implements org.apache.shiro.cache.CacheManagerAware, org.apache.shiro.authc.LogoutAware, org.apache.shiro.util.Nameable, org.apache.shiro.realm.Realm)
<ul>
<li type="circle">org.apache.shiro.realm.AuthenticatingRealm (implements org.apache.shiro.util.Initializable)
<ul>
<li type="circle">org.apache.shiro.realm.AuthorizingRealm (implements org.apache.shiro.authz.Authorizer, org.apache.shiro.util.Initializable, org.apache.shiro.authz.permission.PermissionResolverAware, org.apache.shiro.authz.permission.RolePermissionResolverAware)
<ul>
<li type="circle">com.teemo.core.security.<a href="com/teemo/core/security/ShiroSecurityRealm.html" title="com.teemo.core.security中的类"><span class="strong">ShiroSecurityRealm</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.apache.shiro.codec.CodecSupport
<ul>
<li type="circle">org.apache.shiro.authc.credential.SimpleCredentialsMatcher (implements org.apache.shiro.authc.credential.CredentialsMatcher)
<ul>
<li type="circle">com.teemo.core.security.<a href="com/teemo/core/security/CustomCredentialsMatcher.html" title="com.teemo.core.security中的类"><span class="strong">CustomCredentialsMatcher</span></a></li>
</ul>
</li>
</ul>
</li>
<li type="circle">core.support.repository.<a href="core/support/repository/CollectionToStringUserType.html" title="core.support.repository中的类"><span class="strong">CollectionToStringUserType</span></a> (implements org.hibernate.usertype.ParameterizedType, java.io.Serializable, org.hibernate.usertype.UserType)</li>
<li type="circle">com.teemo.core.<a href="com/teemo/core/Constants.html" title="com.teemo.core中的类"><span class="strong">Constants</span></a></li>
<li type="circle">com.teemo.web.controller.<a href="com/teemo/web/controller/DefaultExceptionHandler.html" title="com.teemo.web.controller中的类"><span class="strong">DefaultExceptionHandler</span></a></li>
<li type="circle">com.teemo.core.util.<a href="com/teemo/core/util/DPUtil.html" title="com.teemo.core.util中的类"><span class="strong">DPUtil</span></a></li>
<li type="circle">core.util.<a href="core/util/EntityUtil.html" title="core.util中的类"><span class="strong">EntityUtil</span></a></li>
<li type="circle">org.springframework.web.servlet.handler.HandlerInterceptorAdapter (implements org.springframework.web.servlet.AsyncHandlerInterceptor)
<ul>
<li type="circle">com.teemo.core.security.<a href="com/teemo/core/security/CurrentUserInterceptor.html" title="com.teemo.core.security中的类"><span class="strong">CurrentUserInterceptor</span></a></li>
</ul>
</li>
<li type="circle">core.util.<a href="core/util/IpUtil.html" title="core.util中的类"><span class="strong">IpUtil</span></a></li>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/Menu.html" title="com.teemo.entity中的类"><span class="strong">Menu</span></a> (implements java.io.Serializable)</li>
<li type="circle">com.teemo.dto.<a href="com/teemo/dto/Page.html" title="com.teemo.dto中的类"><span class="strong">Page</span></a>&lt;E&gt; (implements java.io.Serializable)</li>
<li type="circle">java.beans.PropertyEditorSupport (implements java.beans.PropertyEditor)
<ul>
<li type="circle">core.support.<a href="core/support/CustomDateEditor.html" title="core.support中的类"><span class="strong">CustomDateEditor</span></a></li>
</ul>
</li>
<li type="circle">core.util.<a href="core/util/ReflectUtil.html" title="core.util中的类"><span class="strong">ReflectUtil</span></a></li>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/ResourceNode.html" title="com.teemo.entity中的类"><span class="strong">ResourceNode</span></a> (implements java.io.Serializable)</li>
<li type="circle">com.teemo.dto.<a href="com/teemo/dto/Result.html" title="com.teemo.dto中的类"><span class="strong">Result</span></a> (implements java.io.Serializable)
<ul>
<li type="circle">com.teemo.dto.<a href="com/teemo/dto/ResultData.html" title="com.teemo.dto中的类"><span class="strong">ResultData</span></a></li>
</ul>
</li>
<li type="circle">core.support.<a href="core/support/Sort.html" title="core.support中的类"><span class="strong">Sort</span></a> (implements java.lang.Iterable&lt;T&gt;, java.io.Serializable)</li>
<li type="circle">core.support.<a href="core/support/Sort.Order.html" title="core.support中的类"><span class="strong">Sort.Order</span></a> (implements java.io.Serializable)</li>
<li type="circle">core.util.<a href="core/util/SpringUtil.html" title="core.util中的类"><span class="strong">SpringUtil</span></a> (implements org.springframework.context.ApplicationContextAware)</li>
<li type="circle">core.util.<a href="core/util/StringPool.html" title="core.util中的类"><span class="strong">StringPool</span></a></li>
<li type="circle">core.util.<a href="core/util/StringUtil.html" title="core.util中的类"><span class="strong">StringUtil</span></a></li>
<li type="circle">java.lang.Throwable (implements java.io.Serializable)
<ul>
<li type="circle">java.lang.Exception
<ul>
<li type="circle">java.lang.RuntimeException
<ul>
<li type="circle">org.springframework.core.NestedRuntimeException
<ul>
<li type="circle">core.exception.<a href="core/exception/SearchException.html" title="core.exception中的类"><span class="strong">SearchException</span></a></li>
</ul>
</li>
</ul>
</li>
<li type="circle">com.teemo.core.exception.<a href="com/teemo/core/exception/UserException.html" title="com.teemo.core.exception中的类"><span class="strong">UserException</span></a>
<ul>
<li type="circle">com.teemo.core.exception.<a href="com/teemo/core/exception/UserBlockedException.html" title="com.teemo.core.exception中的类"><span class="strong">UserBlockedException</span></a></li>
<li type="circle">com.teemo.core.exception.<a href="com/teemo/core/exception/UserNotExistsException.html" title="com.teemo.core.exception中的类"><span class="strong">UserNotExistsException</span></a></li>
<li type="circle">com.teemo.core.exception.<a href="com/teemo/core/exception/UserPasswordIncorrectnessException.html" title="com.teemo.core.exception中的类"><span class="strong">UserPasswordIncorrectnessException</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li type="circle">com.teemo.core.util.<a href="com/teemo/core/util/UserLogUtil.html" title="com.teemo.core.util中的类"><span class="strong">UserLogUtil</span></a></li>
</ul>
</li>
</ul>
<h2 title="接口分层结构">接口分层结构</h2>
<ul>
<li type="circle">core.dao.<a href="core/dao/Dao.html" title="core.dao中的接口"><span class="strong">Dao</span></a>&lt;E&gt;</li>
<li type="circle">com.teemo.core.entity.<a href="com/teemo/core/entity/LogicDeletable.html" title="com.teemo.core.entity中的接口"><span class="strong">LogicDeletable</span></a></li>
<li type="circle">core.support.page.<a href="core/support/page/Pageable.html" title="core.support.page中的接口"><span class="strong">Pageable</span></a></li>
<li type="circle">core.support.search.<a href="core/support/search/Searchable.html" title="core.support.search中的接口"><span class="strong">Searchable</span></a></li>
<li type="circle">core.support.search.<a href="core/support/search/SearchFilter.html" title="core.support.search中的接口"><span class="strong">SearchFilter</span></a></li>
<li type="circle">core.service.<a href="core/service/Service.html" title="core.service中的接口"><span class="strong">Service</span></a>&lt;E&gt;</li>
</ul>
<h2 title="注释类型分层结构">注释类型分层结构</h2>
<ul>
<li type="circle">core.support.repository.<a href="core/support/repository/EnabledQueryCache.html" title="core.support.repository中的注释"><span class="strong">EnabledQueryCache</span></a> (implements java.lang.annotation.Annotation)</li>
</ul>
<h2 title="枚举分层结构">枚举分层结构</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
<ul>
<li type="circle">core.support.<a href="core/support/Sort.Direction.html" title="core.support中的枚举"><span class="strong">Sort.Direction</span></a></li>
<li type="circle">core.support.search.<a href="core/support/search/SearchType.html" title="core.support.search中的枚举"><span class="strong">SearchType</span></a></li>
<li type="circle">core.support.search.<a href="core/support/search/SearchOperator.html" title="core.support.search中的枚举"><span class="strong">SearchOperator</span></a></li>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/UserStatus.html" title="com.teemo.entity中的枚举"><span class="strong">UserStatus</span></a></li>
<li type="circle">com.teemo.entity.<a href="com/teemo/entity/ResourceType.html" title="com.teemo.entity中的枚举"><span class="strong">ResourceType</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="跳过导航链接"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">概览</a></li>
<li>程序包</li>
<li></li>
<li class="navBarCell1Rev"></li>
<li><a href="deprecated-list.html">已过时</a></li>
<li><a href="index-files/index-1.html">索引</a></li>
<li><a href="help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-tree.html" target="_top">框架</a></li>
<li><a href="overview-tree.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
HTML
1
https://gitee.com/beiyoufx/teemo-api-doc.git
git@gitee.com:beiyoufx/teemo-api-doc.git
beiyoufx
teemo-api-doc
teemo-api-doc
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891