序列化表格
-
程序包 xyz.raylab.systemcommon.domain.model.vo
-
类 xyz.raylab.systemcommon.domain.model.vo.DictionaryCode
class DictionaryCode extends xyz.raylab.support.domain.GenericValueObject<String> implements Serializable -
类 xyz.raylab.systemcommon.domain.model.vo.DictionaryId
class DictionaryId extends xyz.raylab.support.domain.UUIDIdentity implements Serializable -
类 xyz.raylab.systemcommon.domain.model.vo.DictionaryItem
class DictionaryItem extends xyz.raylab.support.domain.IdentifiedValueObject implements Serializable-
序列化字段
-
code
DictionaryCode code
编码 -
enabled
boolean enabled
是否已启用 -
linkedDictionaryItemId
String linkedDictionaryItemId
联动的字典项id -
name
String name
名称 -
sortNumber
Integer sortNumber
排序号
-
-
-
类 xyz.raylab.systemcommon.domain.model.vo.SystemMenuId
class SystemMenuId extends xyz.raylab.support.domain.UUIDIdentity implements Serializable -
类 xyz.raylab.systemcommon.domain.model.vo.SystemMenuParentId
class SystemMenuParentId extends xyz.raylab.support.domain.GenericParentId implements Serializable
-
-
程序包 xyz.raylab.systemcommon.infrastructure.persistent
-
类 xyz.raylab.systemcommon.infrastructure.persistent.DefaultCatalog
class DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
DEFAULT_SCHEMA
DefaultSchema DEFAULT_SCHEMA
The schemaDEFAULT_SCHEMA.
-
-
类 xyz.raylab.systemcommon.infrastructure.persistent.DefaultSchema
class DefaultSchema extends org.jooq.impl.SchemaImpl implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
R_DICTIONARY
RDictionary R_DICTIONARY
字典 -
R_DICTIONARY_ITEM
RDictionaryItem R_DICTIONARY_ITEM
字典项 -
R_SYSTEM_MENU
RSystemMenu R_SYSTEM_MENU
系统菜单
-
-
-
程序包 xyz.raylab.systemcommon.infrastructure.persistent.tables
-
类 xyz.raylab.systemcommon.infrastructure.persistent.tables.RDictionary
class RDictionary extends org.jooq.impl.TableImpl<RDictionaryRecord> implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
CODE
org.jooq.TableField<RDictionaryRecord,
String> CODE The columnr_dictionary.code. 编码 -
CREATED_BY
org.jooq.TableField<RDictionaryRecord,
String> CREATED_BY The columnr_dictionary.created_by. 创建人 -
CREATED_TIME
org.jooq.TableField<RDictionaryRecord,
LocalDateTime> CREATED_TIME The columnr_dictionary.created_time. 创建时间 -
ENABLED
org.jooq.TableField<RDictionaryRecord,
String> ENABLED The columnr_dictionary.enabled. 是否已启用 -
ID
org.jooq.TableField<RDictionaryRecord,
String> ID The columnr_dictionary.id. 唯一标识 -
LINKED_DICTIONARY_ID
org.jooq.TableField<RDictionaryRecord,
String> LINKED_DICTIONARY_ID The columnr_dictionary.linked_dictionary_id. 联动的字典id -
NAME
org.jooq.TableField<RDictionaryRecord,
String> NAME The columnr_dictionary.name. 名称 -
PK
org.jooq.TableField<RDictionaryRecord,
Integer> PK The columnr_dictionary.pk. 主键 -
REVISION
org.jooq.TableField<RDictionaryRecord,
String> REVISION The columnr_dictionary.revision. 乐观锁 -
SORT_NUMBER
org.jooq.TableField<RDictionaryRecord,
Integer> SORT_NUMBER The columnr_dictionary.sort_number. 排序号 -
TENANT_ID
org.jooq.TableField<RDictionaryRecord,
String> TENANT_ID The columnr_dictionary.tenant_id. 租户号 -
UPDATED_BY
org.jooq.TableField<RDictionaryRecord,
String> UPDATED_BY The columnr_dictionary.updated_by. 更新人 -
UPDATED_TIME
org.jooq.TableField<RDictionaryRecord,
LocalDateTime> UPDATED_TIME The columnr_dictionary.updated_time. 更新时间
-
-
类 xyz.raylab.systemcommon.infrastructure.persistent.tables.RDictionaryItem
class RDictionaryItem extends org.jooq.impl.TableImpl<RDictionaryItemRecord> implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
CODE
org.jooq.TableField<RDictionaryItemRecord,
String> CODE The columnr_dictionary_item.code. 编码 -
CREATED_BY
org.jooq.TableField<RDictionaryItemRecord,
String> CREATED_BY The columnr_dictionary_item.created_by. 创建人 -
CREATED_TIME
org.jooq.TableField<RDictionaryItemRecord,
LocalDateTime> CREATED_TIME The columnr_dictionary_item.created_time. 创建时间 -
DICTIONARY_ID
org.jooq.TableField<RDictionaryItemRecord,
String> DICTIONARY_ID The columnr_dictionary_item.dictionary_id. 字典id -
ENABLED
org.jooq.TableField<RDictionaryItemRecord,
String> ENABLED The columnr_dictionary_item.enabled. 是否已启用 -
ID
org.jooq.TableField<RDictionaryItemRecord,
String> ID The columnr_dictionary_item.id. 唯一标识 -
LINKED_DICTIONARY_ITEM_ID
org.jooq.TableField<RDictionaryItemRecord,
String> LINKED_DICTIONARY_ITEM_ID The columnr_dictionary_item.linked_dictionary_item_id. 联动的字典项id -
NAME
org.jooq.TableField<RDictionaryItemRecord,
String> NAME The columnr_dictionary_item.name. 名称 -
PK
org.jooq.TableField<RDictionaryItemRecord,
Integer> PK The columnr_dictionary_item.pk. 主键 -
REVISION
org.jooq.TableField<RDictionaryItemRecord,
String> REVISION The columnr_dictionary_item.revision. 乐观锁 -
SORT_NUMBER
org.jooq.TableField<RDictionaryItemRecord,
Integer> SORT_NUMBER The columnr_dictionary_item.sort_number. 排序号 -
TENANT_ID
org.jooq.TableField<RDictionaryItemRecord,
String> TENANT_ID The columnr_dictionary_item.tenant_id. 租户号 -
UPDATED_BY
org.jooq.TableField<RDictionaryItemRecord,
String> UPDATED_BY The columnr_dictionary_item.updated_by. 更新人 -
UPDATED_TIME
org.jooq.TableField<RDictionaryItemRecord,
LocalDateTime> UPDATED_TIME The columnr_dictionary_item.updated_time. 更新时间
-
-
类 xyz.raylab.systemcommon.infrastructure.persistent.tables.RSystemMenu
class RSystemMenu extends org.jooq.impl.TableImpl<RSystemMenuRecord> implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
CREATED_BY
org.jooq.TableField<RSystemMenuRecord,
String> CREATED_BY The columnr_system_menu.created_by. 创建人 -
CREATED_TIME
org.jooq.TableField<RSystemMenuRecord,
LocalDateTime> CREATED_TIME The columnr_system_menu.created_time. 创建时间 -
ENABLED
org.jooq.TableField<RSystemMenuRecord,
String> ENABLED The columnr_system_menu.enabled. 是否已启用 -
ICON
org.jooq.TableField<RSystemMenuRecord,
String> ICON The columnr_system_menu.icon. 图标 -
ID
org.jooq.TableField<RSystemMenuRecord,
String> ID The columnr_system_menu.id. 唯一标识 -
NAME
org.jooq.TableField<RSystemMenuRecord,
String> NAME The columnr_system_menu.name. 名称 -
NAVIGATION_ADDRESS
org.jooq.TableField<RSystemMenuRecord,
String> NAVIGATION_ADDRESS The columnr_system_menu.navigation_address. 导航地址 -
NAVIGATION_TYPE
org.jooq.TableField<RSystemMenuRecord,
String> NAVIGATION_TYPE The columnr_system_menu.navigation_type. 导航类型 -
PARENT_ID
org.jooq.TableField<RSystemMenuRecord,
String> PARENT_ID The columnr_system_menu.parent_id. 父级id -
PC_PERMISSION_ID
org.jooq.TableField<RSystemMenuRecord,
String> PC_PERMISSION_ID The columnr_system_menu.pc_permission_id. 权限控制的权限id -
PC_PERMISSION_ID_CODE
org.jooq.TableField<RSystemMenuRecord,
String> PC_PERMISSION_ID_CODE The columnr_system_menu.pc_permission_id_code. 权限控制的权限识别码 -
PC_PERMISSION_NAME
org.jooq.TableField<RSystemMenuRecord,
String> PC_PERMISSION_NAME The columnr_system_menu.pc_permission_name. 权限控制的权限名称 -
PK
org.jooq.TableField<RSystemMenuRecord,
Integer> PK The columnr_system_menu.pk. 主键 -
REVISION
org.jooq.TableField<RSystemMenuRecord,
String> REVISION The columnr_system_menu.revision. 乐观锁 -
SORT_NUMBER
org.jooq.TableField<RSystemMenuRecord,
Integer> SORT_NUMBER The columnr_system_menu.sort_number. 排序号 -
TENANT_ID
org.jooq.TableField<RSystemMenuRecord,
String> TENANT_ID The columnr_system_menu.tenant_id. 租户号 -
TYPE
org.jooq.TableField<RSystemMenuRecord,
String> TYPE The columnr_system_menu.type. 类型 -
UPDATED_BY
org.jooq.TableField<RSystemMenuRecord,
String> UPDATED_BY The columnr_system_menu.updated_by. 更新人 -
UPDATED_TIME
org.jooq.TableField<RSystemMenuRecord,
LocalDateTime> UPDATED_TIME The columnr_system_menu.updated_time. 更新时间
-
-
-
程序包 xyz.raylab.systemcommon.infrastructure.persistent.tables.pojos
-
类 xyz.raylab.systemcommon.infrastructure.persistent.tables.pojos.RDictionaryItemPO
class RDictionaryItemPO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
code
String code
-
createdBy
String createdBy
-
createdTime
LocalDateTime createdTime
-
dictionaryId
String dictionaryId
-
enabled
String enabled
-
id
String id
-
linkedDictionaryItemId
String linkedDictionaryItemId
-
name
String name
-
pk
Integer pk
-
revision
String revision
-
sortNumber
Integer sortNumber
-
tenantId
String tenantId
-
updatedBy
String updatedBy
-
updatedTime
LocalDateTime updatedTime
-
-
类 xyz.raylab.systemcommon.infrastructure.persistent.tables.pojos.RDictionaryPO
class RDictionaryPO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
code
String code
-
createdBy
String createdBy
-
createdTime
LocalDateTime createdTime
-
enabled
String enabled
-
id
String id
-
linkedDictionaryId
String linkedDictionaryId
-
name
String name
-
pk
Integer pk
-
revision
String revision
-
sortNumber
Integer sortNumber
-
tenantId
String tenantId
-
updatedBy
String updatedBy
-
updatedTime
LocalDateTime updatedTime
-
-
类 xyz.raylab.systemcommon.infrastructure.persistent.tables.pojos.RSystemMenuPO
class RSystemMenuPO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
createdBy
String createdBy
-
createdTime
LocalDateTime createdTime
-
enabled
String enabled
-
icon
String icon
-
id
String id
-
name
String name
-
navigationAddress
String navigationAddress
-
navigationType
String navigationType
-
parentId
String parentId
-
pcPermissionId
String pcPermissionId
-
pcPermissionIdCode
String pcPermissionIdCode
-
pcPermissionName
String pcPermissionName
-
pk
Integer pk
-
revision
String revision
-
sortNumber
Integer sortNumber
-
tenantId
String tenantId
-
type
String type
-
updatedBy
String updatedBy
-
updatedTime
LocalDateTime updatedTime
-
-
-
程序包 xyz.raylab.systemcommon.infrastructure.persistent.tables.records
-
类 xyz.raylab.systemcommon.infrastructure.persistent.tables.records.RDictionaryItemRecord
class RDictionaryItemRecord extends org.jooq.impl.UpdatableRecordImpl<RDictionaryItemRecord> implements Serializable- serialVersionUID:
- 1L
-
类 xyz.raylab.systemcommon.infrastructure.persistent.tables.records.RDictionaryRecord
class RDictionaryRecord extends org.jooq.impl.UpdatableRecordImpl<RDictionaryRecord> implements Serializable- serialVersionUID:
- 1L
-
类 xyz.raylab.systemcommon.infrastructure.persistent.tables.records.RSystemMenuRecord
class RSystemMenuRecord extends org.jooq.impl.UpdatableRecordImpl<RSystemMenuRecord> implements Serializable- serialVersionUID:
- 1L
-