所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- help.lixin.core.log.Log
- help.lixin.core.log.store.dto.ProcessInstanceLogDTO
- help.lixin.core.log.store.dto.ProcessInstanceLogInfo
- help.lixin.core.log.store.dto.QueryLogEntryDTO
接口分层结构
- help.lixin.core.log.ILogEntryHandlerService
- help.lixin.core.log.interceptor.ILogEntryPublishInterceptor
- help.lixin.core.log.store.ILogEntryStoreService
- help.lixin.core.log.ILogPublishService