JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
NFC签到
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
cn.jsj.onclock
,
cn.jsj.onclock.advice
,
cn.jsj.onclock.aop
,
cn.jsj.onclock.aop.aspect
,
cn.jsj.onclock.configuration
,
cn.jsj.onclock.controller
,
cn.jsj.onclock.dao
,
cn.jsj.onclock.exception
,
cn.jsj.onclock.interceptor
,
cn.jsj.onclock.interceptor.swich
,
cn.jsj.onclock.management
,
cn.jsj.onclock.pojo
,
cn.jsj.onclock.pojo.identity
,
cn.jsj.onclock.result
,
cn.jsj.onclock.service
,
cn.jsj.onclock.service.impl
,
cn.jsj.onclock.socket
Class Hierarchy
java.lang.
Object
org.springframework.web.socket.handler.AbstractWebSocketHandler (implements org.springframework.web.socket.WebSocketHandler)
org.springframework.web.socket.handler.TextWebSocketHandler
cn.jsj.onclock.socket.
WebSocketHandler
cn.jsj.onclock.controller.
AdController
cn.jsj.onclock.pojo.
AdEnt
cn.jsj.onclock.service.impl.
AdServiceImpl
(implements cn.jsj.onclock.service.
AdService
)
cn.jsj.onclock.controller.
ClockController
cn.jsj.onclock.pojo.
ClockEnt
cn.jsj.onclock.service.impl.
ClockServiceImpl
(implements cn.jsj.onclock.service.
ClockService
)
cn.jsj.onclock.configuration.
ConnectorConfiguration
(implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
cn.jsj.onclock.configuration.
ExcelModelInitConfiguration
cn.jsj.onclock.management.
ExcelWorkBookFactory
cn.jsj.onclock.advice.
ExceptionsTranslator
cn.jsj.onclock.controller.
GroupController
cn.jsj.onclock.pojo.
GroupEnt
(implements java.io.
Serializable
)
cn.jsj.onclock.service.impl.
GroupServiceImpl
(implements cn.jsj.onclock.service.
GroupService
)
cn.jsj.onclock.controller.
LabelController
cn.jsj.onclock.pojo.
LabelEnt
cn.jsj.onclock.service.impl.
LabelServiceImpl
(implements cn.jsj.onclock.service.
LabelService
)
cn.jsj.onclock.
OnclockApplication
cn.jsj.onclock.aop.aspect.
PageNumHandler
(implements javax.validation.ConstraintValidator<A,T>)
cn.jsj.onclock.aop.aspect.
PageSizeHandler
(implements javax.validation.ConstraintValidator<A,T>)
cn.jsj.onclock.aop.aspect.
PrimaryKeyParamIntegerHandler
(implements javax.validation.ConstraintValidator<A,T>)
cn.jsj.onclock.aop.aspect.
PrimaryKeyParamLongHandler
(implements javax.validation.ConstraintValidator<A,T>)
cn.jsj.onclock.aop.aspect.
RateLimiterAspect
cn.jsj.onclock.configuration.
RedisConfiguration
cn.jsj.onclock.interceptor.
RequestThreadContext
cn.jsj.onclock.result.
Result
<T>
cn.jsj.onclock.interceptor.
SecurityInterceptor
(implements org.springframework.web.servlet.HandlerInterceptor)
cn.jsj.onclock.controller.
SignController
cn.jsj.onclock.pojo.
SignEnt
(implements java.lang.
Comparable
<T>, java.io.
Serializable
)
cn.jsj.onclock.service.impl.
SignServiceImpl
(implements cn.jsj.onclock.service.
SignService
)
cn.jsj.onclock.pojo.
TaskEnt
(implements java.io.
Serializable
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
cn.jsj.onclock.exception.
CustomerErrorException
(implements java.io.
Serializable
)
cn.jsj.onclock.exception.
CustomException
cn.jsj.onclock.exception.
InterfaceFrequencyException
cn.jsj.onclock.exception.
UploadHeadPictureException
cn.jsj.onclock.interceptor.
TokenCensor
cn.jsj.onclock.configuration.
TomcatConfiguration
cn.jsj.onclock.controller.
UserController
cn.jsj.onclock.pojo.
UserEnt
(implements java.lang.
Comparable
<T>, java.io.
Serializable
)
cn.jsj.onclock.pojo.
UserGroupInfo
cn.jsj.onclock.pojo.
UserJoinRequest
(implements java.io.
Serializable
)
cn.jsj.onclock.service.impl.
UserJoinRequestServiceImpl
(implements cn.jsj.onclock.service.
UserJoinRequestService
)
cn.jsj.onclock.controller.
UserRequestJoinGroupController
cn.jsj.onclock.service.impl.
UserServiceImpl
(implements cn.jsj.onclock.service.
UserService
)
cn.jsj.onclock.configuration.
WebSocketConfiguration
(implements org.springframework.web.socket.config.annotation.WebSocketConfigurer)
cn.jsj.onclock.socket.
WebSocketInterceptor
(implements org.springframework.web.socket.server.HandshakeInterceptor)
cn.jsj.onclock.socket.
WebSocketManager
cn.jsj.onclock.management.
WeChatLoginResult
cn.jsj.onclock.management.
WeChatUserManagement
Interface Hierarchy
cn.jsj.onclock.dao.
AdDao
cn.jsj.onclock.service.
AdService
cn.jsj.onclock.dao.
ClockDao
cn.jsj.onclock.service.
ClockService
cn.jsj.onclock.dao.
GroupDao
cn.jsj.onclock.service.
GroupService
cn.jsj.onclock.dao.
LabelDao
cn.jsj.onclock.service.
LabelService
cn.jsj.onclock.dao.
SignDao
cn.jsj.onclock.service.
SignService
cn.jsj.onclock.dao.
TaskDao
cn.jsj.onclock.dao.
UserDao
cn.jsj.onclock.dao.
UserJoinRequestDao
cn.jsj.onclock.service.
UserJoinRequestService
cn.jsj.onclock.service.
UserService
Annotation Type Hierarchy
cn.jsj.onclock.interceptor.swich.
PassToken
(implements java.lang.annotation.
Annotation
)
cn.jsj.onclock.aop.
PageSize
(implements java.lang.annotation.
Annotation
)
cn.jsj.onclock.aop.
PrimaryKeyParam
(implements java.lang.annotation.
Annotation
)
cn.jsj.onclock.aop.
RateLimiter
(implements java.lang.annotation.
Annotation
)
cn.jsj.onclock.aop.
PageNum
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
cn.jsj.onclock.pojo.identity.
GroupIdentityEnum
cn.jsj.onclock.pojo.identity.
TaskStatusEnum
cn.jsj.onclock.pojo.identity.
PictureFileType
cn.jsj.onclock.pojo.identity.
ClockStatusEnum
cn.jsj.onclock.pojo.identity.
ApproveResultEnum
cn.jsj.onclock.pojo.identity.
GroupLevelEnum
cn.jsj.onclock.pojo.identity.
UserIdentityEnum
cn.jsj.onclock.pojo.identity.
GroupJoinAuthEnum
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2022. All rights reserved.