序列化表格


软件包 com.github.dactiv.showcase.common

com.github.dactiv.showcase.common.SessionVariable 继承 Object 实现 Serializable

serialVersionUID: 1L

序列化字段

user

User user

groupsList

List<E> groupsList

authorizationInfo

List<E> authorizationInfo

menusList

List<E> menusList

软件包 com.github.dactiv.showcase.entity

com.github.dactiv.showcase.entity.IdEntity 继承 Object 实现 Serializable

serialVersionUID: 1L

序列化字段

id

String id

软件包 com.github.dactiv.showcase.entity.account

com.github.dactiv.showcase.entity.account.Group 继承 IdEntity 实现 Serializable

serialVersionUID: 1L

序列化字段

name

String name

membersList

List<E> membersList

parent

Group parent

children

List<E> children

type

String type

remark

String remark

state

Integer state

leaf

Boolean leaf

resourcesList

List<E> resourcesList

com.github.dactiv.showcase.entity.account.Resource 继承 IdEntity 实现 Serializable

serialVersionUID: 1L

序列化字段

name

String name

value

String value

parent

Resource parent

sort

Long sort

leaf

Boolean leaf

children

List<E> children

remark

String remark

type

String type

groupsList

List<E> groupsList

permission

String permission

icon

String icon

com.github.dactiv.showcase.entity.account.User 继承 IdEntity 实现 Serializable

serialVersionUID: 1L

序列化字段

username

String username

password

String password

realname

String realname

state

Integer state

email

String email

groupsList

List<E> groupsList

portrait

String portrait

软件包 com.github.dactiv.showcase.entity.foundation.audit

com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 继承 IdEntity 实现 Serializable

serialVersionUID: 1L

序列化字段

username

String username

fkUserId

String fkUserId

startDate

Date startDate

endDate

Date endDate

operatingTarget

String operatingTarget

ip

String ip

method

String method

state

Integer state

module

String module

function

String function

remark

String remark

软件包 com.github.dactiv.showcase.entity.foundation.variable

com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 继承 IdEntity 实现 Serializable

serialVersionUID: 1L

序列化字段

name

String name

value

String value

type

String type

remark

String remark

category

DictionaryCategory category

com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 继承 IdEntity 实现 Serializable

serialVersionUID: 1L

序列化字段

name

String name

code

String code

remark

String remark

dataDictionariesList

List<E> dataDictionariesList

children

List<E> children

parent

DictionaryCategory parent

leaf

Boolean leaf

软件包 com.github.dactiv.showcase.service

com.github.dactiv.showcase.service.ServiceException 继承 RuntimeException 实现 Serializable



Copyright © 2014. All rights reserved.