Serialized Form
-
Package cn.vertxup.integration.domain
-
Class cn.vertxup.integration.domain.Db
class Db extends org.jooq.impl.SchemaImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
I_DIRECTORY
IDirectory I_DIRECTORY
The tableDB_ETERNAL.I_DIRECTORY. -
I_INTEGRATION
IIntegration I_INTEGRATION
The tableDB_ETERNAL.I_INTEGRATION. -
I_MESSAGE
IMessage I_MESSAGE
The tableDB_ETERNAL.I_MESSAGE. -
I_PORTFOLIO
IPortfolio I_PORTFOLIO
The tableDB_ETERNAL.I_PORTFOLIO.
-
-
Class cn.vertxup.integration.domain.DefaultCatalog
class DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
DB_ETERNAL
Db DB_ETERNAL
The schemaDB_ETERNAL.
-
-
-
Package cn.vertxup.integration.domain.tables
-
Class cn.vertxup.integration.domain.tables.IDirectory
class IDirectory extends org.jooq.impl.TableImpl<IDirectoryRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<IDirectoryRecord,
Boolean> ACTIVE The columnDB_ETERNAL.I_DIRECTORY.ACTIVE. 「active」- 是否启用 -
CATEGORY
org.jooq.TableField<IDirectoryRecord,
String> CATEGORY The columnDB_ETERNAL.I_DIRECTORY.CATEGORY. 「category」- 目录连接的类型树 -
CODE
org.jooq.TableField<IDirectoryRecord,
String> CODE The columnDB_ETERNAL.I_DIRECTORY.CODE. 「code」- 目录编号 -
CREATED_AT
org.jooq.TableField<IDirectoryRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.I_DIRECTORY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<IDirectoryRecord,
String> CREATED_BY The columnDB_ETERNAL.I_DIRECTORY.CREATED_BY. 「createdBy」- 创建人 -
INTEGRATION_ID
org.jooq.TableField<IDirectoryRecord,
String> INTEGRATION_ID The columnDB_ETERNAL.I_DIRECTORY.INTEGRATION_ID. 「integrationId」- 该目录关联的 Integration,不关联则不转存 -
KEY
org.jooq.TableField<IDirectoryRecord,
String> KEY The columnDB_ETERNAL.I_DIRECTORY.KEY. 「key」- 目录主键 -
LANGUAGE
org.jooq.TableField<IDirectoryRecord,
String> LANGUAGE The columnDB_ETERNAL.I_DIRECTORY.LANGUAGE. 「language」- 使用的语言 -
LINKED_PATH
org.jooq.TableField<IDirectoryRecord,
String> LINKED_PATH The columnDB_ETERNAL.I_DIRECTORY.LINKED_PATH. 「linkedPath」- 链接路径,type = LINK 时专用 -
METADATA
org.jooq.TableField<IDirectoryRecord,
String> METADATA The columnDB_ETERNAL.I_DIRECTORY.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<IDirectoryRecord,
String> NAME The columnDB_ETERNAL.I_DIRECTORY.NAME. 「name」- 目录名称 -
OWNER
org.jooq.TableField<IDirectoryRecord,
String> OWNER The columnDB_ETERNAL.I_DIRECTORY.OWNER. 「owner」- 目录访问人 -
PARENT_ID
org.jooq.TableField<IDirectoryRecord,
String> PARENT_ID The columnDB_ETERNAL.I_DIRECTORY.PARENT_ID. 「parentId」- 父目录ID -
RUN_COMPONENT
org.jooq.TableField<IDirectoryRecord,
String> RUN_COMPONENT The columnDB_ETERNAL.I_DIRECTORY.RUN_COMPONENT. 「runComponent」- 目录执行组件,抓文件专用 -
SIGMA
org.jooq.TableField<IDirectoryRecord,
String> SIGMA The columnDB_ETERNAL.I_DIRECTORY.SIGMA. 「sigma」- 统一标识 -
STORE_PATH
org.jooq.TableField<IDirectoryRecord,
String> STORE_PATH The columnDB_ETERNAL.I_DIRECTORY.STORE_PATH. 「storePath」- 目录相对路径 -
TYPE
org.jooq.TableField<IDirectoryRecord,
String> TYPE The columnDB_ETERNAL.I_DIRECTORY.TYPE. 「type」- 目录类型:INTEGRATION / STORE / LINK -
UPDATED_AT
org.jooq.TableField<IDirectoryRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.I_DIRECTORY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<IDirectoryRecord,
String> UPDATED_BY The columnDB_ETERNAL.I_DIRECTORY.UPDATED_BY. 「updatedBy」- 更新人 -
VISIT
org.jooq.TableField<IDirectoryRecord,
Boolean> VISIT The columnDB_ETERNAL.I_DIRECTORY.VISIT. 「visit」- 公有 / 私有 -
VISIT_COMPONENT
org.jooq.TableField<IDirectoryRecord,
String> VISIT_COMPONENT The columnDB_ETERNAL.I_DIRECTORY.VISIT_COMPONENT. 「visitComponent」- 目录访问控制专用组件 -
VISIT_GROUP
org.jooq.TableField<IDirectoryRecord,
String> VISIT_GROUP The columnDB_ETERNAL.I_DIRECTORY.VISIT_GROUP. 「visitGroup」- 目录访问组 -
VISIT_MODE
org.jooq.TableField<IDirectoryRecord,
String> VISIT_MODE The columnDB_ETERNAL.I_DIRECTORY.VISIT_MODE. 「visitMode」- 目录模式:只读 / 可写,以后扩展为其他 -
VISIT_ROLE
org.jooq.TableField<IDirectoryRecord,
String> VISIT_ROLE The columnDB_ETERNAL.I_DIRECTORY.VISIT_ROLE. 「visitRole」- 目录访问角色
-
-
Class cn.vertxup.integration.domain.tables.IIntegration
class IIntegration extends org.jooq.impl.TableImpl<IIntegrationRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<IIntegrationRecord,
Boolean> ACTIVE The columnDB_ETERNAL.I_INTEGRATION.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<IIntegrationRecord,
String> APP_ID The columnDB_ETERNAL.I_INTEGRATION.APP_ID. 「appId」- 关联的应用程序ID -
CREATED_AT
org.jooq.TableField<IIntegrationRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.I_INTEGRATION.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<IIntegrationRecord,
String> CREATED_BY The columnDB_ETERNAL.I_INTEGRATION.CREATED_BY. 「createdBy」- 创建人 -
ENDPOINT
org.jooq.TableField<IIntegrationRecord,
String> ENDPOINT The columnDB_ETERNAL.I_INTEGRATION.ENDPOINT. 「endpoint」- 端地址 -
HOSTNAME
org.jooq.TableField<IIntegrationRecord,
String> HOSTNAME The columnDB_ETERNAL.I_INTEGRATION.HOSTNAME. 「hostname」- 主机地址 -
IP_V4
org.jooq.TableField<IIntegrationRecord,
String> IP_V4 The columnDB_ETERNAL.I_INTEGRATION.IP_V4. 「ipV4」- IP v4地址 -
IP_V6
org.jooq.TableField<IIntegrationRecord,
String> IP_V6 The columnDB_ETERNAL.I_INTEGRATION.IP_V6. 「ipV6」- IP v6地址 -
KEY
org.jooq.TableField<IIntegrationRecord,
String> KEY The columnDB_ETERNAL.I_INTEGRATION.KEY. 「key」- 集成配置主键 -
LANGUAGE
org.jooq.TableField<IIntegrationRecord,
String> LANGUAGE The columnDB_ETERNAL.I_INTEGRATION.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<IIntegrationRecord,
String> METADATA The columnDB_ETERNAL.I_INTEGRATION.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<IIntegrationRecord,
String> NAME The columnDB_ETERNAL.I_INTEGRATION.NAME. 「name」- 集成名称 -
OPTIONS
org.jooq.TableField<IIntegrationRecord,
String> OPTIONS The columnDB_ETERNAL.I_INTEGRATION.OPTIONS. 「options」- 集成相关配置 -
OS_AUTHORIZE
org.jooq.TableField<IIntegrationRecord,
String> OS_AUTHORIZE The columnDB_ETERNAL.I_INTEGRATION.OS_AUTHORIZE. 「osAuthorize」- Authorize接口 -
OS_KEY
org.jooq.TableField<IIntegrationRecord,
String> OS_KEY The columnDB_ETERNAL.I_INTEGRATION.OS_KEY. 「osKey」- 开源专用Key -
OS_SECRET
org.jooq.TableField<IIntegrationRecord,
String> OS_SECRET The columnDB_ETERNAL.I_INTEGRATION.OS_SECRET. 「osSecret」- 开源专用Secret -
OS_TOKEN
org.jooq.TableField<IIntegrationRecord,
String> OS_TOKEN The columnDB_ETERNAL.I_INTEGRATION.OS_TOKEN. 「osToken」- Token接口 -
PASSWORD
org.jooq.TableField<IIntegrationRecord,
String> PASSWORD The columnDB_ETERNAL.I_INTEGRATION.PASSWORD. 「password」- 密码 -
PATH
org.jooq.TableField<IIntegrationRecord,
String> PATH The columnDB_ETERNAL.I_INTEGRATION.PATH. 「path」- 集成专用根路径 -
PORT
org.jooq.TableField<IIntegrationRecord,
Integer> PORT The columnDB_ETERNAL.I_INTEGRATION.PORT. 「port」- 端口号 -
PROTOCOL
org.jooq.TableField<IIntegrationRecord,
String> PROTOCOL The columnDB_ETERNAL.I_INTEGRATION.PROTOCOL. 「protocol」- 协议类型:HTTP, HTTPS, FTP -
PUBLIC_KEY
org.jooq.TableField<IIntegrationRecord,
String> PUBLIC_KEY The columnDB_ETERNAL.I_INTEGRATION.PUBLIC_KEY. 「publicKey」- Key文件 -
SECURE_PORT
org.jooq.TableField<IIntegrationRecord,
Integer> SECURE_PORT The columnDB_ETERNAL.I_INTEGRATION.SECURE_PORT. 「securePort」- 传输层安全接口 -
SECURE_PROTOCOL
org.jooq.TableField<IIntegrationRecord,
String> SECURE_PROTOCOL The columnDB_ETERNAL.I_INTEGRATION.SECURE_PROTOCOL. 「secureProtocol」- 传入层协议:TLS / SSL(邮件服务器需要) -
SIGMA
org.jooq.TableField<IIntegrationRecord,
String> SIGMA The columnDB_ETERNAL.I_INTEGRATION.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<IIntegrationRecord,
String> TYPE The columnDB_ETERNAL.I_INTEGRATION.TYPE. 「type」- 集成类型 -
UPDATED_AT
org.jooq.TableField<IIntegrationRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.I_INTEGRATION.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<IIntegrationRecord,
String> UPDATED_BY The columnDB_ETERNAL.I_INTEGRATION.UPDATED_BY. 「updatedBy」- 更新人 -
USERNAME
org.jooq.TableField<IIntegrationRecord,
String> USERNAME The columnDB_ETERNAL.I_INTEGRATION.USERNAME. 「username」- 账号
-
-
Class cn.vertxup.integration.domain.tables.IMessage
class IMessage extends org.jooq.impl.TableImpl<IMessageRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<IMessageRecord,
Boolean> ACTIVE The columnDB_ETERNAL.I_MESSAGE.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<IMessageRecord,
String> APP_ID The columnDB_ETERNAL.I_MESSAGE.APP_ID. 「appId」- 所属应用ID -
CODE
org.jooq.TableField<IMessageRecord,
String> CODE The columnDB_ETERNAL.I_MESSAGE.CODE. 「code」- 消息编码 -
CONTENT
org.jooq.TableField<IMessageRecord,
String> CONTENT The columnDB_ETERNAL.I_MESSAGE.CONTENT. 「content」- 消息内容 -
CREATED_AT
org.jooq.TableField<IMessageRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.I_MESSAGE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<IMessageRecord,
String> CREATED_BY The columnDB_ETERNAL.I_MESSAGE.CREATED_BY. 「createdBy」- 创建人 -
FROM
org.jooq.TableField<IMessageRecord,
String> FROM The columnDB_ETERNAL.I_MESSAGE.FROM. 「from」- 消息发送方 -
KEY
org.jooq.TableField<IMessageRecord,
String> KEY The columnDB_ETERNAL.I_MESSAGE.KEY. 「key」- 消息主键 -
LANGUAGE
org.jooq.TableField<IMessageRecord,
String> LANGUAGE The columnDB_ETERNAL.I_MESSAGE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<IMessageRecord,
String> METADATA The columnDB_ETERNAL.I_MESSAGE.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<IMessageRecord,
String> NAME The columnDB_ETERNAL.I_MESSAGE.NAME. 「name」- 消息名称 -
SEND_AT
org.jooq.TableField<IMessageRecord,
String> SEND_AT The columnDB_ETERNAL.I_MESSAGE.SEND_AT. 「sendAt」- 发送时间 -
SEND_BY
org.jooq.TableField<IMessageRecord,
String> SEND_BY The columnDB_ETERNAL.I_MESSAGE.SEND_BY. 「sendBy」- 发送者 -
SIGMA
org.jooq.TableField<IMessageRecord,
String> SIGMA The columnDB_ETERNAL.I_MESSAGE.SIGMA. 「sigma」- 统一标识 -
STATUS
org.jooq.TableField<IMessageRecord,
String> STATUS The columnDB_ETERNAL.I_MESSAGE.STATUS. 「status」- 消息状态 -
SUBJECT
org.jooq.TableField<IMessageRecord,
String> SUBJECT The columnDB_ETERNAL.I_MESSAGE.SUBJECT. 「subject」- 消息标题 -
TO
org.jooq.TableField<IMessageRecord,
String> TO The columnDB_ETERNAL.I_MESSAGE.TO. 「to」- 消息接收方 -
TYPE
org.jooq.TableField<IMessageRecord,
String> TYPE The columnDB_ETERNAL.I_MESSAGE.TYPE. 「type」- 消息类型 -
UPDATED_AT
org.jooq.TableField<IMessageRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.I_MESSAGE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<IMessageRecord,
String> UPDATED_BY The columnDB_ETERNAL.I_MESSAGE.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.integration.domain.tables.IPortfolio
class IPortfolio extends org.jooq.impl.TableImpl<IPortfolioRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<IPortfolioRecord,
Boolean> ACTIVE The columnDB_ETERNAL.I_PORTFOLIO.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<IPortfolioRecord,
String> APP_ID The columnDB_ETERNAL.I_PORTFOLIO.APP_ID. 「appId」- 关联的应用程序ID -
CODE
org.jooq.TableField<IPortfolioRecord,
String> CODE The columnDB_ETERNAL.I_PORTFOLIO.CODE. 「code」- 目录系统编码 -
CREATED_AT
org.jooq.TableField<IPortfolioRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.I_PORTFOLIO.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<IPortfolioRecord,
String> CREATED_BY The columnDB_ETERNAL.I_PORTFOLIO.CREATED_BY. 「createdBy」- 创建人 -
DATA_CONFIG
org.jooq.TableField<IPortfolioRecord,
String> DATA_CONFIG The columnDB_ETERNAL.I_PORTFOLIO.DATA_CONFIG. 「dataConfig」- 数据基础配置 -
DATA_INTEGRATION
org.jooq.TableField<IPortfolioRecord,
String> DATA_INTEGRATION The columnDB_ETERNAL.I_PORTFOLIO.DATA_INTEGRATION. 「dataIntegration」- 绑定好过后,导入/导出数据专用配置 -
DATA_KEY
org.jooq.TableField<IPortfolioRecord,
String> DATA_KEY The columnDB_ETERNAL.I_PORTFOLIO.DATA_KEY. 「dataKey」- LDAP路径做完整标识 -
DATA_SECURE
org.jooq.TableField<IPortfolioRecord,
String> DATA_SECURE The columnDB_ETERNAL.I_PORTFOLIO.DATA_SECURE. 「dataSecure」- 安全专用配置 -
INTEGRATION_ID
org.jooq.TableField<IPortfolioRecord,
String> INTEGRATION_ID The columnDB_ETERNAL.I_PORTFOLIO.INTEGRATION_ID. 「integrationId」- 是否关联集成配置,管理时直接同步 -
KEY
org.jooq.TableField<IPortfolioRecord,
String> KEY The columnDB_ETERNAL.I_PORTFOLIO.KEY. 「key」- 目录专用ID -
LANGUAGE
org.jooq.TableField<IPortfolioRecord,
String> LANGUAGE The columnDB_ETERNAL.I_PORTFOLIO.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<IPortfolioRecord,
String> METADATA The columnDB_ETERNAL.I_PORTFOLIO.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<IPortfolioRecord,
String> NAME The columnDB_ETERNAL.I_PORTFOLIO.NAME. 「name」- 目录名称 -
OWNER
org.jooq.TableField<IPortfolioRecord,
String> OWNER The columnDB_ETERNAL.I_PORTFOLIO.OWNER. 「owner」- 关联主体主键 -
OWNER_TYPE
org.jooq.TableField<IPortfolioRecord,
String> OWNER_TYPE The columnDB_ETERNAL.I_PORTFOLIO.OWNER_TYPE. 「ownerType」- 关联主体类型 -
RUN_COMPONENT
org.jooq.TableField<IPortfolioRecord,
String> RUN_COMPONENT The columnDB_ETERNAL.I_PORTFOLIO.RUN_COMPONENT. 「runComponent」- 执行组件,LDAP执行专用 -
RUN_CONFIG
org.jooq.TableField<IPortfolioRecord,
String> RUN_CONFIG The columnDB_ETERNAL.I_PORTFOLIO.RUN_CONFIG. 「runConfig」- 执行组件额外配置 -
SIGMA
org.jooq.TableField<IPortfolioRecord,
String> SIGMA The columnDB_ETERNAL.I_PORTFOLIO.SIGMA. 「sigma」- 统一标识 -
STATUS
org.jooq.TableField<IPortfolioRecord,
String> STATUS The columnDB_ETERNAL.I_PORTFOLIO.STATUS. 「status」- 目录状态 -
TYPE
org.jooq.TableField<IPortfolioRecord,
String> TYPE The columnDB_ETERNAL.I_PORTFOLIO.TYPE. 「type」- 目录类型 -
UPDATED_AT
org.jooq.TableField<IPortfolioRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.I_PORTFOLIO.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<IPortfolioRecord,
String> UPDATED_BY The columnDB_ETERNAL.I_PORTFOLIO.UPDATED_BY. 「updatedBy」- 更新人
-
-
-
Package cn.vertxup.integration.domain.tables.interfaces
-
Package cn.vertxup.integration.domain.tables.pojos
-
Class cn.vertxup.integration.domain.tables.pojos.IDirectory
class IDirectory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
category
String category
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
integrationId
String integrationId
-
key
String key
-
language
String language
-
linkedPath
String linkedPath
-
metadata
String metadata
-
name
String name
-
owner
String owner
-
parentId
String parentId
-
runComponent
String runComponent
-
sigma
String sigma
-
storePath
String storePath
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
visit
Boolean visit
-
visitComponent
String visitComponent
-
visitGroup
String visitGroup
-
visitMode
String visitMode
-
visitRole
String visitRole
-
-
Class cn.vertxup.integration.domain.tables.pojos.IIntegration
class IIntegration extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
endpoint
String endpoint
-
hostname
String hostname
-
ipV4
String ipV4
-
ipV6
String ipV6
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
options
String options
-
osAuthorize
String osAuthorize
-
osKey
String osKey
-
osSecret
String osSecret
-
osToken
String osToken
-
password
String password
-
path
String path
-
port
Integer port
-
protocol
String protocol
-
publicKey
String publicKey
-
securePort
Integer securePort
-
secureProtocol
String secureProtocol
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
username
String username
-
-
Class cn.vertxup.integration.domain.tables.pojos.IMessage
class IMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
code
String code
-
content
String content
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
from
String from
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sendAt
String sendAt
-
sendBy
String sendBy
-
sigma
String sigma
-
status
String status
-
subject
String subject
-
to
String to
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.integration.domain.tables.pojos.IPortfolio
class IPortfolio extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
dataConfig
String dataConfig
-
dataIntegration
String dataIntegration
-
dataKey
String dataKey
-
dataSecure
String dataSecure
-
integrationId
String integrationId
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
owner
String owner
-
ownerType
String ownerType
-
runComponent
String runComponent
-
runConfig
String runConfig
-
sigma
String sigma
-
status
String status
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
-
Package cn.vertxup.integration.domain.tables.records
-
Class cn.vertxup.integration.domain.tables.records.IDirectoryRecord
class IDirectoryRecord extends org.jooq.impl.UpdatableRecordImpl<IDirectoryRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.integration.domain.tables.records.IIntegrationRecord
class IIntegrationRecord extends org.jooq.impl.UpdatableRecordImpl<IIntegrationRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.integration.domain.tables.records.IMessageRecord
class IMessageRecord extends org.jooq.impl.UpdatableRecordImpl<IMessageRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.integration.domain.tables.records.IPortfolioRecord
class IPortfolioRecord extends org.jooq.impl.UpdatableRecordImpl<IPortfolioRecord> implements Serializable- serialVersionUID:
- 1L
-