Serialized Form
-
Package cn.sinozg.applet.biz.opt.entity
-
Class cn.sinozg.applet.biz.opt.entity.OptLogData
class OptLogData extends BaseEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
businessType
String businessType
业务类型;00其它 01新增 02修改 03删除 -
dataStatus
String dataStatus
操作状态;00正常 01异常 -
deptName
String deptName
部门名称 -
id
String id
日志主键 -
methodName
String methodName
方法名称 -
moduleName
String moduleName
模块 -
optIp
String optIp
主机地址 -
optLocation
String optLocation
操作地点 -
optName
String optName
操作人员 -
optType
String optType
操作类别;00其它 01后台用户 02手机端用户 -
optUrl
String optUrl
请求URL -
requestMethod
String requestMethod
请求方式 -
tenantId
String tenantId
租户id -
title
String title
模块标题 -
traceId
String traceId
跟踪id
-
-
Class cn.sinozg.applet.biz.opt.entity.OptLogTable
class OptLogTable extends BaseEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
diffMode
String diffMode
修改类型 -
foreignKey
String foreignKey
外键id值 -
foreignKeyName
String foreignKeyName
外键字段 -
id
String id
主键id -
idName
String idName
id对应的字段 -
idValue
String idValue
id值 -
jsonDiff
String jsonDiff
对比信息 -
logId
String logId
日志id -
methodId
String methodId
方法ID -
tableDesc
String tableDesc
表描述 -
tabName
String tabName
表名称
-
-
Class cn.sinozg.applet.biz.opt.entity.OptLogText
class OptLogText extends BaseEntity implements Serializable- serialVersionUID:
- 1L
-
-
Package cn.sinozg.applet.biz.opt.vo.request
-
Class cn.sinozg.applet.biz.opt.vo.request.OptLogDataByBizIdPageRequest
class OptLogDataByBizIdPageRequest extends Object implements Serializable-
Serialized Fields
-
beginTime
String beginTime
-
bizId
@NotBlank(message="\u4e1a\u52a1id\u4e0d\u80fd\u4e3a\u7a7a\uff01") String bizId
业务id -
bt
LocalDateTime bt
-
endTime
String endTime
-
et
LocalDateTime et
-
id
String id
-
-
-
Class cn.sinozg.applet.biz.opt.vo.request.OptLogDataPageRequest
class OptLogDataPageRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginTime
String beginTime
-
bt
LocalDateTime bt
-
businessType
String businessType
业务类型;00其它 01新增 02修改 03删除 -
endTime
String endTime
-
et
LocalDateTime et
-
moduleName
String moduleName
模块 -
optType
String optType
操作类别;00其它 01后台用户 02手机端用户 -
title
String title
模块标题
-
-
-
Package cn.sinozg.applet.biz.opt.vo.response
-
Class cn.sinozg.applet.biz.opt.vo.response.OptLogDataByBizIdPageResponse
class OptLogDataByBizIdPageResponse extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
createdTime
LocalDateTime createdTime
-
diff
OptLogDiffTable diff
-
jsonDiff
String jsonDiff
差异Json信息 -
logId
String logId
日志主键
-
-
Class cn.sinozg.applet.biz.opt.vo.response.OptLogDataPageResponse
class OptLogDataPageResponse extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
businessType
String businessType
业务类型;00其它 01新增 02修改 03删除 -
createdTime
LocalDateTime createdTime
创建时间 -
dataStatus
String dataStatus
操作状态;00正常 01异常 -
deptName
String deptName
部门名称 -
id
String id
日志主键 -
moduleName
String moduleName
模块 -
optIp
String optIp
主机地址 -
optLocation
String optLocation
操作地点 -
optName
String optName
操作人员 -
optType
String optType
操作类别;00其它 01后台用户 02手机端用户 -
requestMethod
String requestMethod
请求方式 -
title
String title
模块标题
-
-
-
Package cn.sinozg.applet.opt.module
-
Class cn.sinozg.applet.opt.module.OptLogCycleInfo
class OptLogCycleInfo extends Object implements Serializable-
Serialized Fields
-
items
List<OptLogTableInfo> items
修改记录,当前mapper方法信息 对应的一条一条的记录 一对多 一对一等等 -
main
OptLogMain main
修改记录 基本信息 -
threadName
String threadName
线程名称 -
traceId
String traceId
-
-
-
Class cn.sinozg.applet.opt.module.OptMapperColumn
class OptMapperColumn extends Object implements Serializable -
Class cn.sinozg.applet.opt.module.OptMapperTable
class OptMapperTable extends Object implements Serializable-
Serialized Fields
-
entityName
String entityName
实体名称 -
idColumnName
String idColumnName
主键列名称 -
idPropertyName
String idPropertyName
主键属性名称 -
logTable
boolean logTable
日志表 非业务 -
propertyMap
Map<String,
OptMapperColumn> propertyMap 所有需要记录的值 属性 -
record
boolean record
是否有字段需要记录 默认记录 -
tableDesc
String tableDesc
表描述 -
tableName
String tableName
表名称 -
type
Class<?> type
实体
-
-
-