所有程序包的分层结构
程序包分层结构:- cn.bbwres.biscuit.operation.log,
- cn.bbwres.biscuit.operation.log.annotation,
- cn.bbwres.biscuit.operation.log.aspect,
- cn.bbwres.biscuit.operation.log.constants,
- cn.bbwres.biscuit.operation.log.entity,
- cn.bbwres.biscuit.operation.log.properties,
- cn.bbwres.biscuit.operation.log.service,
- cn.bbwres.biscuit.operation.log.service.impl,
- cn.bbwres.biscuit.operation.log.utils
类分层结构
- java.lang.Object
- cn.bbwres.biscuit.operation.log.service.impl.EnhanceOperationLogBaseServiceImpl (implements cn.bbwres.biscuit.operation.log.service.EnhanceOperationLogService)
- cn.bbwres.biscuit.operation.log.service.impl.EnhanceOperationLogParamsServiceImpl (implements cn.bbwres.biscuit.operation.log.service.EnhanceOperationLogService)
- cn.bbwres.biscuit.operation.log.service.impl.EnhanceOperationLogSpringElServiceImpl (implements cn.bbwres.biscuit.operation.log.service.EnhanceOperationLogService)
- cn.bbwres.biscuit.operation.log.service.impl.EnhanceOperationLogUserServiceImpl (implements cn.bbwres.biscuit.operation.log.service.EnhanceOperationLogService)
- cn.bbwres.biscuit.operation.log.service.impl.EnhanceOperationLogWebServiceImpl (implements cn.bbwres.biscuit.operation.log.service.EnhanceOperationLogService)
- cn.bbwres.biscuit.operation.log.aspect.OperationLogAspect
- cn.bbwres.biscuit.operation.log.OperationLogAutoConfigure
- cn.bbwres.biscuit.operation.log.OperationLogAutoConfigure.SaveEnhanceOperationLogConfiguration
- cn.bbwres.biscuit.operation.log.OperationLogAutoConfigure.WebEnhanceOperationLogConfiguration
- cn.bbwres.biscuit.operation.log.constants.OperationLogConstant
- cn.bbwres.biscuit.operation.log.entity.OperationLogEntity (implements java.io.Serializable)
- cn.bbwres.biscuit.operation.log.properties.OperationLogProperties (implements java.io.Serializable)
- cn.bbwres.biscuit.operation.log.utils.OperationLogUtils
- cn.bbwres.biscuit.operation.log.service.impl.SaveOperationLogServiceImpl (implements cn.bbwres.biscuit.operation.log.service.EnhanceOperationLogService)
接口分层结构
- cn.bbwres.biscuit.operation.log.service.EnhanceOperationLogService
- cn.bbwres.biscuit.operation.log.service.OperationLogSaveService
注释类型分层结构
- cn.bbwres.biscuit.operation.log.annotation.OperationLog (implements java.lang.annotation.Annotation)