Serialized Form
-
Package cn.vertxup.erp.domain
-
Class cn.vertxup.erp.domain.Db extends org.jooq.impl.SchemaImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
E_ASSET
EAsset E_ASSET
The tableDB_ETERNAL.E_ASSET. -
E_BRAND
EBrand E_BRAND
The tableDB_ETERNAL.E_BRAND. -
E_COMPANY
ECompany E_COMPANY
The tableDB_ETERNAL.E_COMPANY. -
E_CONTRACT
EContract E_CONTRACT
The tableDB_ETERNAL.E_CONTRACT. -
E_CUSTOMER
ECustomer E_CUSTOMER
The tableDB_ETERNAL.E_CUSTOMER. -
E_DEPT
EDept E_DEPT
The tableDB_ETERNAL.E_DEPT. -
E_EMPLOYEE
EEmployee E_EMPLOYEE
The tableDB_ETERNAL.E_EMPLOYEE. -
E_IDENTITY
EIdentity E_IDENTITY
The tableDB_ETERNAL.E_IDENTITY. -
E_JOB_LOG
EJobLog E_JOB_LOG
The tableDB_ETERNAL.E_JOB_LOG. -
E_TEAM
ETeam E_TEAM
The tableDB_ETERNAL.E_TEAM. -
R_ASSET_SHARE
RAssetShare R_ASSET_SHARE
The tableDB_ETERNAL.R_ASSET_SHARE. -
R_COMPANY_CUSTOMER
RCompanyCustomer R_COMPANY_CUSTOMER
The tableDB_ETERNAL.R_COMPANY_CUSTOMER. -
R_TEAM_EMPLOYEE
RTeamEmployee R_TEAM_EMPLOYEE
The tableDB_ETERNAL.R_TEAM_EMPLOYEE.
-
-
Class cn.vertxup.erp.domain.DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
DB_ETERNAL
Db DB_ETERNAL
The schemaDB_ETERNAL.
-
-
-
Package cn.vertxup.erp.domain.tables
-
Class cn.vertxup.erp.domain.tables.EAsset extends org.jooq.impl.TableImpl<EAssetRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACCOUNT_AT
org.jooq.TableField<EAssetRecord,LocalDateTime> ACCOUNT_AT
The columnDB_ETERNAL.E_ASSET.ACCOUNT_AT. 「accountAt」- 入账时间 -
ACCOUNT_BY
org.jooq.TableField<EAssetRecord,String> ACCOUNT_BY
The columnDB_ETERNAL.E_ASSET.ACCOUNT_BY. 「accountBy」- 入账人 -
ACTIVE
org.jooq.TableField<EAssetRecord,Boolean> ACTIVE
The columnDB_ETERNAL.E_ASSET.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<EAssetRecord,String> CODE
The columnDB_ETERNAL.E_ASSET.CODE. 「code」- 资产编号 -
COMMENT
org.jooq.TableField<EAssetRecord,String> COMMENT
The columnDB_ETERNAL.E_ASSET.COMMENT. 「comment」- 资产备注 -
COMPANY_ID
org.jooq.TableField<EAssetRecord,String> COMPANY_ID
The columnDB_ETERNAL.E_ASSET.COMPANY_ID. 「companyId」- 所属公司 -
CREATED_AT
org.jooq.TableField<EAssetRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.E_ASSET.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<EAssetRecord,String> CREATED_BY
The columnDB_ETERNAL.E_ASSET.CREATED_BY. 「createdBy」- 创建人 -
CUSTOMER_ID
org.jooq.TableField<EAssetRecord,String> CUSTOMER_ID
The columnDB_ETERNAL.E_ASSET.CUSTOMER_ID. 「customerId」- 供应商ID -
DEPT_ID
org.jooq.TableField<EAssetRecord,String> DEPT_ID
The columnDB_ETERNAL.E_ASSET.DEPT_ID. 「deptId」- 所属部门 -
ENTER_AT
org.jooq.TableField<EAssetRecord,LocalDateTime> ENTER_AT
The columnDB_ETERNAL.E_ASSET.ENTER_AT. 「enterAt」- 入库时间 -
ENTER_BY
org.jooq.TableField<EAssetRecord,String> ENTER_BY
The columnDB_ETERNAL.E_ASSET.ENTER_BY. 「enterBy」- 入库人 -
EXPIRED_AT
org.jooq.TableField<EAssetRecord,LocalDateTime> EXPIRED_AT
The columnDB_ETERNAL.E_ASSET.EXPIRED_AT. 「expiredAt」- 到期时间 -
EXPIRED_COMMENT
org.jooq.TableField<EAssetRecord,String> EXPIRED_COMMENT
The columnDB_ETERNAL.E_ASSET.EXPIRED_COMMENT. 「expiredComment」- 到期说明 -
K_ASSIGNMENT
org.jooq.TableField<EAssetRecord,String> K_ASSIGNMENT
The columnDB_ETERNAL.E_ASSET.K_ASSIGNMENT. 「kAssignment」- 折旧费用分配科目 -
K_CHANGE
org.jooq.TableField<EAssetRecord,String> K_CHANGE
The columnDB_ETERNAL.E_ASSET.K_CHANGE. 「kChange」- 资产变动对方科目 -
K_DEPRECATED
org.jooq.TableField<EAssetRecord,String> K_DEPRECATED
The columnDB_ETERNAL.E_ASSET.K_DEPRECATED. 「kDeprecated」- 累积折旧科目 -
K_DEVALUE
org.jooq.TableField<EAssetRecord,String> K_DEVALUE
The columnDB_ETERNAL.E_ASSET.K_DEVALUE. 「kDevalue」- 减值准备科目 -
K_FIXED
org.jooq.TableField<EAssetRecord,String> K_FIXED
The columnDB_ETERNAL.E_ASSET.K_FIXED. 「kFixed」- 固定资产科目 -
K_TAX
org.jooq.TableField<EAssetRecord,String> K_TAX
The columnDB_ETERNAL.E_ASSET.K_TAX. 「kTax」- 税金科目 -
KEY
org.jooq.TableField<EAssetRecord,String> KEY
The columnDB_ETERNAL.E_ASSET.KEY. 「key」- 资产主键 -
LANGUAGE
org.jooq.TableField<EAssetRecord,String> LANGUAGE
The columnDB_ETERNAL.E_ASSET.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<EAssetRecord,String> METADATA
The columnDB_ETERNAL.E_ASSET.METADATA. 「metadata」- 附加配置数据 -
MODEL_NUMBER
org.jooq.TableField<EAssetRecord,String> MODEL_NUMBER
The columnDB_ETERNAL.E_ASSET.MODEL_NUMBER. 「modelNumber」- 规格型号 -
NAME
org.jooq.TableField<EAssetRecord,String> NAME
The columnDB_ETERNAL.E_ASSET.NAME. 「name」- 资产名称 -
NUM
org.jooq.TableField<EAssetRecord,Long> NUM
The columnDB_ETERNAL.E_ASSET.NUM. 「num」- 资产数量 -
NUM_DEPRECATED
org.jooq.TableField<EAssetRecord,Long> NUM_DEPRECATED
The columnDB_ETERNAL.E_ASSET.NUM_DEPRECATED. 「numDeprecated」- 已折旧数量 -
NUM_DEPRECATING
org.jooq.TableField<EAssetRecord,Long> NUM_DEPRECATING
The columnDB_ETERNAL.E_ASSET.NUM_DEPRECATING. 「numDeprecating」- 预计折旧数量 -
NUM_USED
org.jooq.TableField<EAssetRecord,Long> NUM_USED
The columnDB_ETERNAL.E_ASSET.NUM_USED. 「numUsed」- 已使用数量 -
NUM_USING
org.jooq.TableField<EAssetRecord,Long> NUM_USING
The columnDB_ETERNAL.E_ASSET.NUM_USING. 「numUsing」- 预计使用数量 -
PARENT_ID
org.jooq.TableField<EAssetRecord,String> PARENT_ID
The columnDB_ETERNAL.E_ASSET.PARENT_ID. 「parentId」- 上级资产 -
SCRAP_AT
org.jooq.TableField<EAssetRecord,LocalDateTime> SCRAP_AT
The columnDB_ETERNAL.E_ASSET.SCRAP_AT. 「scrapAt」- 报废时间 -
SCRAP_BY
org.jooq.TableField<EAssetRecord,String> SCRAP_BY
The columnDB_ETERNAL.E_ASSET.SCRAP_BY. 「scrapBy」- 报废人 -
SIGMA
org.jooq.TableField<EAssetRecord,String> SIGMA
The columnDB_ETERNAL.E_ASSET.SIGMA. 「sigma」- 统一标识 -
STATUS
org.jooq.TableField<EAssetRecord,String> STATUS
The columnDB_ETERNAL.E_ASSET.STATUS. 「status」- 资产状态 -
STORE_ID
org.jooq.TableField<EAssetRecord,String> STORE_ID
The columnDB_ETERNAL.E_ASSET.STORE_ID. 「storeId」- 所属仓库ID -
TYPE
org.jooq.TableField<EAssetRecord,String> TYPE
The columnDB_ETERNAL.E_ASSET.TYPE. 「type」- 资产类型 -
UNIT
org.jooq.TableField<EAssetRecord,String> UNIT
The columnDB_ETERNAL.E_ASSET.UNIT. 「unit」- 计量单位 -
UPDATED_AT
org.jooq.TableField<EAssetRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.E_ASSET.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<EAssetRecord,String> UPDATED_BY
The columnDB_ETERNAL.E_ASSET.UPDATED_BY. 「updatedBy」- 更新人 -
USED_AT
org.jooq.TableField<EAssetRecord,LocalDateTime> USED_AT
The columnDB_ETERNAL.E_ASSET.USED_AT. 「usedAt」- 开始使用时间 -
USED_BY
org.jooq.TableField<EAssetRecord,String> USED_BY
The columnDB_ETERNAL.E_ASSET.USED_BY. 「usedBy」- 使用者 -
USED_STATUS
org.jooq.TableField<EAssetRecord,String> USED_STATUS
The columnDB_ETERNAL.E_ASSET.USED_STATUS. 「usedStatus」- 使用状态 -
USER_ID
org.jooq.TableField<EAssetRecord,String> USER_ID
The columnDB_ETERNAL.E_ASSET.USER_ID. 「userId」- 资产管理者 -
V_DE_READY
org.jooq.TableField<EAssetRecord,BigDecimal> V_DE_READY
The columnDB_ETERNAL.E_ASSET.V_DE_READY. 「vDeReady」- 减值准备 -
V_DEPRECATED_A
org.jooq.TableField<EAssetRecord,BigDecimal> V_DEPRECATED_A
The columnDB_ETERNAL.E_ASSET.V_DEPRECATED_A. 「vDeprecatedA」- 累积折旧 -
V_DEPRECATED_M
org.jooq.TableField<EAssetRecord,BigDecimal> V_DEPRECATED_M
The columnDB_ETERNAL.E_ASSET.V_DEPRECATED_M. 「vDeprecatedM」- 月折旧 -
V_NET
org.jooq.TableField<EAssetRecord,BigDecimal> V_NET
The columnDB_ETERNAL.E_ASSET.V_NET. 「vNet」- 净值 -
V_NET_AMOUNT
org.jooq.TableField<EAssetRecord,BigDecimal> V_NET_AMOUNT
The columnDB_ETERNAL.E_ASSET.V_NET_AMOUNT. 「vNetAmount」- 净额 -
V_NET_JUNK
org.jooq.TableField<EAssetRecord,BigDecimal> V_NET_JUNK
The columnDB_ETERNAL.E_ASSET.V_NET_JUNK. 「vNetJunk」- 净残值 -
V_ORIGINAL
org.jooq.TableField<EAssetRecord,BigDecimal> V_ORIGINAL
The columnDB_ETERNAL.E_ASSET.V_ORIGINAL. 「vOriginal」- 原价值 -
V_TAX
org.jooq.TableField<EAssetRecord,BigDecimal> V_TAX
The columnDB_ETERNAL.E_ASSET.V_TAX. 「vTax」- 税额 -
WAY_ACCORDING
org.jooq.TableField<EAssetRecord,String> WAY_ACCORDING
The columnDB_ETERNAL.E_ASSET.WAY_ACCORDING. 「wayAccording」- 折旧依据 -
WAY_CHANGE
org.jooq.TableField<EAssetRecord,String> WAY_CHANGE
The columnDB_ETERNAL.E_ASSET.WAY_CHANGE. 「wayChange」- 变动方式 -
WAY_DEPRECATE
org.jooq.TableField<EAssetRecord,String> WAY_DEPRECATE
The columnDB_ETERNAL.E_ASSET.WAY_DEPRECATE. 「wayDeprecate」- 折旧方式
-
-
Class cn.vertxup.erp.domain.tables.EBrand extends org.jooq.impl.TableImpl<EBrandRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<EBrandRecord,Boolean> ACTIVE
The columnDB_ETERNAL.E_BRAND.ACTIVE. 「active」- 是否启用 -
ALIAS
org.jooq.TableField<EBrandRecord,String> ALIAS
The columnDB_ETERNAL.E_BRAND.ALIAS. 「alias」- 品牌别名 -
AREA
org.jooq.TableField<EBrandRecord,Integer> AREA
The columnDB_ETERNAL.E_BRAND.AREA. 「area」- GB/T2659-2000国际标准区域码 -
AREA_CATEGORY
org.jooq.TableField<EBrandRecord,String> AREA_CATEGORY
The columnDB_ETERNAL.E_BRAND.AREA_CATEGORY. 「areaCategory」- 区域类别码 -
AREA_NAME
org.jooq.TableField<EBrandRecord,String> AREA_NAME
The columnDB_ETERNAL.E_BRAND.AREA_NAME. 「areaName」- 区域名称 -
CATEGORY_CODE
org.jooq.TableField<EBrandRecord,String> CATEGORY_CODE
The columnDB_ETERNAL.E_BRAND.CATEGORY_CODE. 「categoryCode」- 类别代码 -
CATEGORY_NAME
org.jooq.TableField<EBrandRecord,String> CATEGORY_NAME
The columnDB_ETERNAL.E_BRAND.CATEGORY_NAME. 「categoryName」- 类别名称 -
CODE
org.jooq.TableField<EBrandRecord,String> CODE
The columnDB_ETERNAL.E_BRAND.CODE. 「code」- 品牌编码 -
COMPANY_NAME
org.jooq.TableField<EBrandRecord,String> COMPANY_NAME
The columnDB_ETERNAL.E_BRAND.COMPANY_NAME. 「companyName」- 品牌公司名 -
CREATED_AT
org.jooq.TableField<EBrandRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.E_BRAND.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<EBrandRecord,String> CREATED_BY
The columnDB_ETERNAL.E_BRAND.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<EBrandRecord,String> KEY
The columnDB_ETERNAL.E_BRAND.KEY. 「key」- 品牌ID -
LANGUAGE
org.jooq.TableField<EBrandRecord,String> LANGUAGE
The columnDB_ETERNAL.E_BRAND.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<EBrandRecord,String> METADATA
The columnDB_ETERNAL.E_BRAND.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<EBrandRecord,String> NAME
The columnDB_ETERNAL.E_BRAND.NAME. 「name」- 品牌名称 -
SIGMA
org.jooq.TableField<EBrandRecord,String> SIGMA
The columnDB_ETERNAL.E_BRAND.SIGMA. 「sigma」- 统一标识(公司所属应用) -
UPDATED_AT
org.jooq.TableField<EBrandRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.E_BRAND.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<EBrandRecord,String> UPDATED_BY
The columnDB_ETERNAL.E_BRAND.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.erp.domain.tables.ECompany extends org.jooq.impl.TableImpl<ECompanyRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<ECompanyRecord,Boolean> ACTIVE
The columnDB_ETERNAL.E_COMPANY.ACTIVE. 「active」- 是否启用 -
ADDRESS
org.jooq.TableField<ECompanyRecord,String> ADDRESS
The columnDB_ETERNAL.E_COMPANY.ADDRESS. 「address」- 公司地址 -
ALIAS
org.jooq.TableField<ECompanyRecord,String> ALIAS
The columnDB_ETERNAL.E_COMPANY.ALIAS. 「alias」- 公司别称 -
CODE
org.jooq.TableField<ECompanyRecord,String> CODE
The columnDB_ETERNAL.E_COMPANY.CODE. 「code」- 公司编号 -
COMMENT
org.jooq.TableField<ECompanyRecord,String> COMMENT
The columnDB_ETERNAL.E_COMPANY.COMMENT. 「comment」- 公司简介 -
COMPANY_ID
org.jooq.TableField<ECompanyRecord,String> COMPANY_ID
The columnDB_ETERNAL.E_COMPANY.COMPANY_ID. 「companyId」- 公司、子公司结构时需要 -
CONTACT_NAME
org.jooq.TableField<ECompanyRecord,String> CONTACT_NAME
The columnDB_ETERNAL.E_COMPANY.CONTACT_NAME. 「contactName」- 联系人电话 -
CONTACT_ONLINE
org.jooq.TableField<ECompanyRecord,String> CONTACT_ONLINE
The columnDB_ETERNAL.E_COMPANY.CONTACT_ONLINE. 「contactOnline」- 在线联系方式 -
CONTACT_PHONE
org.jooq.TableField<ECompanyRecord,String> CONTACT_PHONE
The columnDB_ETERNAL.E_COMPANY.CONTACT_PHONE. 「contactPhone」- 联系人电话 -
CORPORATION_NAME
org.jooq.TableField<ECompanyRecord,String> CORPORATION_NAME
The columnDB_ETERNAL.E_COMPANY.CORPORATION_NAME. 「corporationName」- 企业法人 -
CORPORATION_PHONE
org.jooq.TableField<ECompanyRecord,String> CORPORATION_PHONE
The columnDB_ETERNAL.E_COMPANY.CORPORATION_PHONE. 「corporationPhone」- 法人电话 -
CREATED_AT
org.jooq.TableField<ECompanyRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.E_COMPANY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<ECompanyRecord,String> CREATED_BY
The columnDB_ETERNAL.E_COMPANY.CREATED_BY. 「createdBy」- 创建人 -
CUSTOMER_ID
org.jooq.TableField<ECompanyRecord,String> CUSTOMER_ID
The columnDB_ETERNAL.E_COMPANY.CUSTOMER_ID. 「customerId」- 公司作为客户时的客户信息 -
EMAIL
org.jooq.TableField<ECompanyRecord,String> EMAIL
The columnDB_ETERNAL.E_COMPANY.EMAIL. 「email」- 企业邮箱 -
FAX
org.jooq.TableField<ECompanyRecord,String> FAX
The columnDB_ETERNAL.E_COMPANY.FAX. 「fax」- 传真号 -
HOMEPAGE
org.jooq.TableField<ECompanyRecord,String> HOMEPAGE
The columnDB_ETERNAL.E_COMPANY.HOMEPAGE. 「homepage」- 公司主页 -
KEY
org.jooq.TableField<ECompanyRecord,String> KEY
The columnDB_ETERNAL.E_COMPANY.KEY. 「key」- 公司主键 -
LANGUAGE
org.jooq.TableField<ECompanyRecord,String> LANGUAGE
The columnDB_ETERNAL.E_COMPANY.LANGUAGE. 「language」- 使用的语言 -
LOCATION_ID
org.jooq.TableField<ECompanyRecord,String> LOCATION_ID
The columnDB_ETERNAL.E_COMPANY.LOCATION_ID. 「locationId」- 启用LBS时对应的Location主键 -
LOGO
org.jooq.TableField<ECompanyRecord,String> LOGO
The columnDB_ETERNAL.E_COMPANY.LOGO. 「logo」- 附件对应的 attachment Key -
METADATA
org.jooq.TableField<ECompanyRecord,String> METADATA
The columnDB_ETERNAL.E_COMPANY.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<ECompanyRecord,String> NAME
The columnDB_ETERNAL.E_COMPANY.NAME. 「name」- 公司名称 -
PHONE
org.jooq.TableField<ECompanyRecord,String> PHONE
The columnDB_ETERNAL.E_COMPANY.PHONE. 「phone」- 公司座机 -
SIGMA
org.jooq.TableField<ECompanyRecord,String> SIGMA
The columnDB_ETERNAL.E_COMPANY.SIGMA. 「sigma」- 统一标识(公司所属应用) -
TAX_CODE
org.jooq.TableField<ECompanyRecord,String> TAX_CODE
The columnDB_ETERNAL.E_COMPANY.TAX_CODE. 「taxCode」- 公司税号 -
TAX_TITLE
org.jooq.TableField<ECompanyRecord,String> TAX_TITLE
The columnDB_ETERNAL.E_COMPANY.TAX_TITLE. 「taxTitle」- 开票抬头 -
TITLE
org.jooq.TableField<ECompanyRecord,String> TITLE
The columnDB_ETERNAL.E_COMPANY.TITLE. 「title」- 公司显示标题 -
TYPE
org.jooq.TableField<ECompanyRecord,String> TYPE
The columnDB_ETERNAL.E_COMPANY.TYPE. 「type」- 公司分类 -
UPDATED_AT
org.jooq.TableField<ECompanyRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.E_COMPANY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<ECompanyRecord,String> UPDATED_BY
The columnDB_ETERNAL.E_COMPANY.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.erp.domain.tables.EContract extends org.jooq.impl.TableImpl<EContractRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
A_ADDRESS
org.jooq.TableField<EContractRecord,String> A_ADDRESS
The columnDB_ETERNAL.E_CONTRACT.A_ADDRESS. 「aAddress」- 甲方联系地址 -
A_NAME
org.jooq.TableField<EContractRecord,String> A_NAME
The columnDB_ETERNAL.E_CONTRACT.A_NAME. 「aName」- 甲方签订人 -
A_PHONE
org.jooq.TableField<EContractRecord,String> A_PHONE
The columnDB_ETERNAL.E_CONTRACT.A_PHONE. 「aPhone」- 甲方签订人姓名 -
ACTIVE
org.jooq.TableField<EContractRecord,Boolean> ACTIVE
The columnDB_ETERNAL.E_CONTRACT.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<EContractRecord,BigDecimal> AMOUNT
The columnDB_ETERNAL.E_CONTRACT.AMOUNT. 「amount」- 合同金额 -
B_ADDRESS
org.jooq.TableField<EContractRecord,String> B_ADDRESS
The columnDB_ETERNAL.E_CONTRACT.B_ADDRESS. 「bAddress」- 乙方联系地址 -
B_NAME
org.jooq.TableField<EContractRecord,String> B_NAME
The columnDB_ETERNAL.E_CONTRACT.B_NAME. 「bName」- 乙方签订人 -
B_PHONE
org.jooq.TableField<EContractRecord,String> B_PHONE
The columnDB_ETERNAL.E_CONTRACT.B_PHONE. 「bPhone」- 乙方签订人姓名 -
CODE
org.jooq.TableField<EContractRecord,String> CODE
The columnDB_ETERNAL.E_CONTRACT.CODE. 「code」- 合同编号 -
COMPANY_ID
org.jooq.TableField<EContractRecord,String> COMPANY_ID
The columnDB_ETERNAL.E_CONTRACT.COMPANY_ID. 「companyId」- 合同甲方 -
CREATED_AT
org.jooq.TableField<EContractRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.E_CONTRACT.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<EContractRecord,String> CREATED_BY
The columnDB_ETERNAL.E_CONTRACT.CREATED_BY. 「createdBy」- 创建人 -
CUSTOMER_ID
org.jooq.TableField<EContractRecord,String> CUSTOMER_ID
The columnDB_ETERNAL.E_CONTRACT.CUSTOMER_ID. 「customerId」- 合同乙方 -
EXPIRED_AT
org.jooq.TableField<EContractRecord,LocalDateTime> EXPIRED_AT
The columnDB_ETERNAL.E_CONTRACT.EXPIRED_AT. 「expiredAt」- 过期时间 -
FILE_KEY
org.jooq.TableField<EContractRecord,String> FILE_KEY
The columnDB_ETERNAL.E_CONTRACT.FILE_KEY. 「fileKey」- 合同附件Key -
KEY
org.jooq.TableField<EContractRecord,String> KEY
The columnDB_ETERNAL.E_CONTRACT.KEY. 「key」- 合同主键 -
LANGUAGE
org.jooq.TableField<EContractRecord,String> LANGUAGE
The columnDB_ETERNAL.E_CONTRACT.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<EContractRecord,String> METADATA
The columnDB_ETERNAL.E_CONTRACT.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<EContractRecord,String> NAME
The columnDB_ETERNAL.E_CONTRACT.NAME. 「name」- 合同名称 -
RUN_AT
org.jooq.TableField<EContractRecord,LocalDateTime> RUN_AT
The columnDB_ETERNAL.E_CONTRACT.RUN_AT. 「runAt」- 生效时间 -
RUN_UP_AT
org.jooq.TableField<EContractRecord,LocalDateTime> RUN_UP_AT
The columnDB_ETERNAL.E_CONTRACT.RUN_UP_AT. 「runUpAt」- 挂账到期时间 -
SIGMA
org.jooq.TableField<EContractRecord,String> SIGMA
The columnDB_ETERNAL.E_CONTRACT.SIGMA. 「sigma」- 统一标识(公司所属应用) -
SIGNED_AT
org.jooq.TableField<EContractRecord,LocalDateTime> SIGNED_AT
The columnDB_ETERNAL.E_CONTRACT.SIGNED_AT. 「signedAt」- 签订时间 -
TITLE
org.jooq.TableField<EContractRecord,String> TITLE
The columnDB_ETERNAL.E_CONTRACT.TITLE. 「title」- 合同标题 -
TYPE
org.jooq.TableField<EContractRecord,String> TYPE
The columnDB_ETERNAL.E_CONTRACT.TYPE. 「type」- 合同分类 -
UPDATED_AT
org.jooq.TableField<EContractRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.E_CONTRACT.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<EContractRecord,String> UPDATED_BY
The columnDB_ETERNAL.E_CONTRACT.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.erp.domain.tables.ECustomer extends org.jooq.impl.TableImpl<ECustomerRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<ECustomerRecord,Boolean> ACTIVE
The columnDB_ETERNAL.E_CUSTOMER.ACTIVE. 「active」- 是否启用 -
ADDRESS
org.jooq.TableField<ECustomerRecord,String> ADDRESS
The columnDB_ETERNAL.E_CUSTOMER.ADDRESS. 「address」- 客户地址 -
BANK_CARD
org.jooq.TableField<ECustomerRecord,String> BANK_CARD
The columnDB_ETERNAL.E_CUSTOMER.BANK_CARD. 「bankCard」- 开户行账号 -
BANK_ID
org.jooq.TableField<ECustomerRecord,String> BANK_ID
The columnDB_ETERNAL.E_CUSTOMER.BANK_ID. 「bankId」- 开户行 -
CODE
org.jooq.TableField<ECustomerRecord,String> CODE
The columnDB_ETERNAL.E_CUSTOMER.CODE. 「code」- 客户编号 -
COMMENT
org.jooq.TableField<ECustomerRecord,String> COMMENT
The columnDB_ETERNAL.E_CUSTOMER.COMMENT. 「comment」- 客户备注 -
CONTACT_EMAIL
org.jooq.TableField<ECustomerRecord,String> CONTACT_EMAIL
The columnDB_ETERNAL.E_CUSTOMER.CONTACT_EMAIL. 「contactEmail」- 联系人Email -
CONTACT_NAME
org.jooq.TableField<ECustomerRecord,String> CONTACT_NAME
The columnDB_ETERNAL.E_CUSTOMER.CONTACT_NAME. 「contactName」- 联系人姓名 -
CONTACT_ONLINE
org.jooq.TableField<ECustomerRecord,String> CONTACT_ONLINE
The columnDB_ETERNAL.E_CUSTOMER.CONTACT_ONLINE. 「contactOnline」- 在线联系方式 -
CONTACT_PHONE
org.jooq.TableField<ECustomerRecord,String> CONTACT_PHONE
The columnDB_ETERNAL.E_CUSTOMER.CONTACT_PHONE. 「contactPhone」- 联系人电话 -
CREATED_AT
org.jooq.TableField<ECustomerRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.E_CUSTOMER.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<ECustomerRecord,String> CREATED_BY
The columnDB_ETERNAL.E_CUSTOMER.CREATED_BY. 「createdBy」- 创建人 -
EMAIL
org.jooq.TableField<ECustomerRecord,String> EMAIL
The columnDB_ETERNAL.E_CUSTOMER.EMAIL. 「email」- 企业邮箱 -
FAX
org.jooq.TableField<ECustomerRecord,String> FAX
The columnDB_ETERNAL.E_CUSTOMER.FAX. 「fax」- 传真号 -
HOMEPAGE
org.jooq.TableField<ECustomerRecord,String> HOMEPAGE
The columnDB_ETERNAL.E_CUSTOMER.HOMEPAGE. 「homepage」- 客户主页 -
KEY
org.jooq.TableField<ECustomerRecord,String> KEY
The columnDB_ETERNAL.E_CUSTOMER.KEY. 「key」- 客户ID -
LANGUAGE
org.jooq.TableField<ECustomerRecord,String> LANGUAGE
The columnDB_ETERNAL.E_CUSTOMER.LANGUAGE. 「language」- 使用的语言 -
LOGO
org.jooq.TableField<ECustomerRecord,String> LOGO
The columnDB_ETERNAL.E_CUSTOMER.LOGO. 「logo」- 附件对应的 attachment Key -
METADATA
org.jooq.TableField<ECustomerRecord,String> METADATA
The columnDB_ETERNAL.E_CUSTOMER.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<ECustomerRecord,String> NAME
The columnDB_ETERNAL.E_CUSTOMER.NAME. 「name」- 客户名称 -
PHONE
org.jooq.TableField<ECustomerRecord,String> PHONE
The columnDB_ETERNAL.E_CUSTOMER.PHONE. 「phone」- 客户座机 -
RUN_AMOUNT
org.jooq.TableField<ECustomerRecord,BigDecimal> RUN_AMOUNT
The columnDB_ETERNAL.E_CUSTOMER.RUN_AMOUNT. 「runAmount」- 挂账限额 -
RUN_UP
org.jooq.TableField<ECustomerRecord,Boolean> RUN_UP
The columnDB_ETERNAL.E_CUSTOMER.RUN_UP. 「runUp」- 挂账属性 -
SIGMA
org.jooq.TableField<ECustomerRecord,String> SIGMA
The columnDB_ETERNAL.E_CUSTOMER.SIGMA. 「sigma」- 统一标识(客户所属应用) -
SIGN_NAME
org.jooq.TableField<ECustomerRecord,String> SIGN_NAME
The columnDB_ETERNAL.E_CUSTOMER.SIGN_NAME. 「signName」- 签单人姓名 -
SIGN_PHONE
org.jooq.TableField<ECustomerRecord,String> SIGN_PHONE
The columnDB_ETERNAL.E_CUSTOMER.SIGN_PHONE. 「signPhone」- 签单人电话 -
TAX_CODE
org.jooq.TableField<ECustomerRecord,String> TAX_CODE
The columnDB_ETERNAL.E_CUSTOMER.TAX_CODE. 「taxCode」- 税号 -
TAX_TITLE
org.jooq.TableField<ECustomerRecord,String> TAX_TITLE
The columnDB_ETERNAL.E_CUSTOMER.TAX_TITLE. 「taxTitle」- 开票抬头 -
TITLE
org.jooq.TableField<ECustomerRecord,String> TITLE
The columnDB_ETERNAL.E_CUSTOMER.TITLE. 「title」- 客户显示标题 -
TYPE
org.jooq.TableField<ECustomerRecord,String> TYPE
The columnDB_ETERNAL.E_CUSTOMER.TYPE. 「type」- 客户分类(不同类型代表不同客户) -
UPDATED_AT
org.jooq.TableField<ECustomerRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.E_CUSTOMER.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<ECustomerRecord,String> UPDATED_BY
The columnDB_ETERNAL.E_CUSTOMER.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.erp.domain.tables.EDept extends org.jooq.impl.TableImpl<EDeptRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<EDeptRecord,Boolean> ACTIVE
The columnDB_ETERNAL.E_DEPT.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<EDeptRecord,String> CODE
The columnDB_ETERNAL.E_DEPT.CODE. 「code」- 部门编号 -
COMMENT
org.jooq.TableField<EDeptRecord,String> COMMENT
The columnDB_ETERNAL.E_DEPT.COMMENT. 「comment」- 部门备注 -
COMPANY_ID
org.jooq.TableField<EDeptRecord,String> COMPANY_ID
The columnDB_ETERNAL.E_DEPT.COMPANY_ID. 「companyId」- 所属公司 -
CREATED_AT
org.jooq.TableField<EDeptRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.E_DEPT.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<EDeptRecord,String> CREATED_BY
The columnDB_ETERNAL.E_DEPT.CREATED_BY. 「createdBy」- 创建人 -
DEPT_ID
org.jooq.TableField<EDeptRecord,String> DEPT_ID
The columnDB_ETERNAL.E_DEPT.DEPT_ID. 「deptId」- 父部门 -
KEY
org.jooq.TableField<EDeptRecord,String> KEY
The columnDB_ETERNAL.E_DEPT.KEY. 「key」- 部门主键 -
LANGUAGE
org.jooq.TableField<EDeptRecord,String> LANGUAGE
The columnDB_ETERNAL.E_DEPT.LANGUAGE. 「language」- 使用的语言 -
MANAGER_ID
org.jooq.TableField<EDeptRecord,String> MANAGER_ID
The columnDB_ETERNAL.E_DEPT.MANAGER_ID. 「managerId」- 部门经理 -
MANAGER_NAME
org.jooq.TableField<EDeptRecord,String> MANAGER_NAME
The columnDB_ETERNAL.E_DEPT.MANAGER_NAME. 「managerName」- 部门名称 -
METADATA
org.jooq.TableField<EDeptRecord,String> METADATA
The columnDB_ETERNAL.E_DEPT.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<EDeptRecord,String> NAME
The columnDB_ETERNAL.E_DEPT.NAME. 「name」- 部门名称 -
SIGMA
org.jooq.TableField<EDeptRecord,String> SIGMA
The columnDB_ETERNAL.E_DEPT.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<EDeptRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.E_DEPT.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<EDeptRecord,String> UPDATED_BY
The columnDB_ETERNAL.E_DEPT.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.erp.domain.tables.EEmployee extends org.jooq.impl.TableImpl<EEmployeeRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<EEmployeeRecord,Boolean> ACTIVE
The columnDB_ETERNAL.E_EMPLOYEE.ACTIVE. 「active」- 是否启用 -
BANK_CARD
org.jooq.TableField<EEmployeeRecord,String> BANK_CARD
The columnDB_ETERNAL.E_EMPLOYEE.BANK_CARD. 「bankCard」- 开户行账号 -
BANK_ID
org.jooq.TableField<EEmployeeRecord,String> BANK_ID
The columnDB_ETERNAL.E_EMPLOYEE.BANK_ID. 「bankId」- 开户行 -
COMPANY_ID
org.jooq.TableField<EEmployeeRecord,String> COMPANY_ID
The columnDB_ETERNAL.E_EMPLOYEE.COMPANY_ID. 「companyId」- 所属公司 -
CREATED_AT
org.jooq.TableField<EEmployeeRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.E_EMPLOYEE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<EEmployeeRecord,String> CREATED_BY
The columnDB_ETERNAL.E_EMPLOYEE.CREATED_BY. 「createdBy」- 创建人 -
DEPT_ID
org.jooq.TableField<EEmployeeRecord,String> DEPT_ID
The columnDB_ETERNAL.E_EMPLOYEE.DEPT_ID. 「deptId」- 所属部门 -
IDENTITY_ID
org.jooq.TableField<EEmployeeRecord,String> IDENTITY_ID
The columnDB_ETERNAL.E_EMPLOYEE.IDENTITY_ID. 「identityId」- 关联档案 -
KEY
org.jooq.TableField<EEmployeeRecord,String> KEY
The columnDB_ETERNAL.E_EMPLOYEE.KEY. 「key」- 员工主键 -
LANGUAGE
org.jooq.TableField<EEmployeeRecord,String> LANGUAGE
The columnDB_ETERNAL.E_EMPLOYEE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<EEmployeeRecord,String> METADATA
The columnDB_ETERNAL.E_EMPLOYEE.METADATA. 「metadata」- 附加配置 -
SIGMA
org.jooq.TableField<EEmployeeRecord,String> SIGMA
The columnDB_ETERNAL.E_EMPLOYEE.SIGMA. 「sigma」- 统一标识(公司所属应用) -
STATUS
org.jooq.TableField<EEmployeeRecord,String> STATUS
The columnDB_ETERNAL.E_EMPLOYEE.STATUS. 「status」- 员工状态 -
TEAM_ID
org.jooq.TableField<EEmployeeRecord,String> TEAM_ID
The columnDB_ETERNAL.E_EMPLOYEE.TEAM_ID. 「teamId」- 所属组 -
TYPE
org.jooq.TableField<EEmployeeRecord,String> TYPE
The columnDB_ETERNAL.E_EMPLOYEE.TYPE. 「type」- 员工分类 -
UPDATED_AT
org.jooq.TableField<EEmployeeRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.E_EMPLOYEE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<EEmployeeRecord,String> UPDATED_BY
The columnDB_ETERNAL.E_EMPLOYEE.UPDATED_BY. 「updatedBy」- 更新人 -
VICE_EMAIL
org.jooq.TableField<EEmployeeRecord,String> VICE_EMAIL
The columnDB_ETERNAL.E_EMPLOYEE.VICE_EMAIL. 「viceEmail」- 员工邮箱 -
VICE_MOBILE
org.jooq.TableField<EEmployeeRecord,String> VICE_MOBILE
The columnDB_ETERNAL.E_EMPLOYEE.VICE_MOBILE. 「viceMobile」- 员工手机 -
VICE_NAME
org.jooq.TableField<EEmployeeRecord,String> VICE_NAME
The columnDB_ETERNAL.E_EMPLOYEE.VICE_NAME. 「viceName」- 员工姓名 -
WORK_EXTENSION
org.jooq.TableField<EEmployeeRecord,String> WORK_EXTENSION
The columnDB_ETERNAL.E_EMPLOYEE.WORK_EXTENSION. 「workExtension」- 分机号 -
WORK_HIRE_AT
org.jooq.TableField<EEmployeeRecord,LocalDateTime> WORK_HIRE_AT
The columnDB_ETERNAL.E_EMPLOYEE.WORK_HIRE_AT. 「workHireAt」- 入职时间 -
WORK_LOCATION
org.jooq.TableField<EEmployeeRecord,String> WORK_LOCATION
The columnDB_ETERNAL.E_EMPLOYEE.WORK_LOCATION. 「workLocation」- 办公地点 -
WORK_NUMBER
org.jooq.TableField<EEmployeeRecord,String> WORK_NUMBER
The columnDB_ETERNAL.E_EMPLOYEE.WORK_NUMBER. 「workNumber」- 工号 -
WORK_PHONE
org.jooq.TableField<EEmployeeRecord,String> WORK_PHONE
The columnDB_ETERNAL.E_EMPLOYEE.WORK_PHONE. 「workPhone」- 办公电话 -
WORK_TITLE
org.jooq.TableField<EEmployeeRecord,String> WORK_TITLE
The columnDB_ETERNAL.E_EMPLOYEE.WORK_TITLE. 「workTitle」- 头衔
-
-
Class cn.vertxup.erp.domain.tables.EIdentity extends org.jooq.impl.TableImpl<EIdentityRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<EIdentityRecord,Boolean> ACTIVE
The columnDB_ETERNAL.E_IDENTITY.ACTIVE. 「active」- 是否启用 -
ADDRESS
org.jooq.TableField<EIdentityRecord,String> ADDRESS
The columnDB_ETERNAL.E_IDENTITY.ADDRESS. 「address」- 居住地址 -
BIRTHDAY
org.jooq.TableField<EIdentityRecord,LocalDateTime> BIRTHDAY
The columnDB_ETERNAL.E_IDENTITY.BIRTHDAY. 「birthday」- 生日 -
CAR_PLATE
org.jooq.TableField<EIdentityRecord,String> CAR_PLATE
The columnDB_ETERNAL.E_IDENTITY.CAR_PLATE. 「carPlate」- 常用车牌 -
CODE
org.jooq.TableField<EIdentityRecord,String> CODE
The columnDB_ETERNAL.E_IDENTITY.CODE. 「code」- 系统编号 -
CONTACT_ADDRESS
org.jooq.TableField<EIdentityRecord,String> CONTACT_ADDRESS
The columnDB_ETERNAL.E_IDENTITY.CONTACT_ADDRESS. 「contactAddress」- 联系地址 -
CONTACT_EMAIL
org.jooq.TableField<EIdentityRecord,String> CONTACT_EMAIL
The columnDB_ETERNAL.E_IDENTITY.CONTACT_EMAIL. 「contactEmail」- 联系Email -
CONTACT_MOBILE
org.jooq.TableField<EIdentityRecord,String> CONTACT_MOBILE
The columnDB_ETERNAL.E_IDENTITY.CONTACT_MOBILE. 「contactMobile」- 联系手机 -
CONTACT_PHONE
org.jooq.TableField<EIdentityRecord,String> CONTACT_PHONE
The columnDB_ETERNAL.E_IDENTITY.CONTACT_PHONE. 「contactPhone」- 座机 -
COUNTRY
org.jooq.TableField<EIdentityRecord,String> COUNTRY
The columnDB_ETERNAL.E_IDENTITY.COUNTRY. 「country」- 国籍 -
CREATED_AT
org.jooq.TableField<EIdentityRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.E_IDENTITY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<EIdentityRecord,String> CREATED_BY
The columnDB_ETERNAL.E_IDENTITY.CREATED_BY. 「createdBy」- 创建人 -
DRIVER_LICENSE
org.jooq.TableField<EIdentityRecord,String> DRIVER_LICENSE
The columnDB_ETERNAL.E_IDENTITY.DRIVER_LICENSE. 「driverLicense」- 驾驶证 -
EC_ALIPAY
org.jooq.TableField<EIdentityRecord,String> EC_ALIPAY
The columnDB_ETERNAL.E_IDENTITY.EC_ALIPAY. 「ecAlipay」- 支付宝 -
EC_QQ
org.jooq.TableField<EIdentityRecord,String> EC_QQ
The columnDB_ETERNAL.E_IDENTITY.EC_QQ. 「ecQq」- QQ号码 -
EC_WECHAT
org.jooq.TableField<EIdentityRecord,String> EC_WECHAT
The columnDB_ETERNAL.E_IDENTITY.EC_WECHAT. 「ecWechat」- 微信 -
GENDER
org.jooq.TableField<EIdentityRecord,Boolean> GENDER
The columnDB_ETERNAL.E_IDENTITY.GENDER. 「gender」- 性别 -
IDC_ADDRESS
org.jooq.TableField<EIdentityRecord,String> IDC_ADDRESS
The columnDB_ETERNAL.E_IDENTITY.IDC_ADDRESS. 「idcAddress」- 证件地址 -
IDC_BACK
org.jooq.TableField<EIdentityRecord,String> IDC_BACK
The columnDB_ETERNAL.E_IDENTITY.IDC_BACK. 「idcBack」- 证件背面附件 -
IDC_EXPIRED_AT
org.jooq.TableField<EIdentityRecord,LocalDateTime> IDC_EXPIRED_AT
The columnDB_ETERNAL.E_IDENTITY.IDC_EXPIRED_AT. 「idcExpiredAt」- 证件过期时间 -
IDC_FRONT
org.jooq.TableField<EIdentityRecord,String> IDC_FRONT
The columnDB_ETERNAL.E_IDENTITY.IDC_FRONT. 「idcFront」- 证件正面附件 -
IDC_ISSUE_AT
org.jooq.TableField<EIdentityRecord,LocalDateTime> IDC_ISSUE_AT
The columnDB_ETERNAL.E_IDENTITY.IDC_ISSUE_AT. 「idcIssueAt」- 证件签发时间 -
IDC_ISSUER
org.jooq.TableField<EIdentityRecord,String> IDC_ISSUER
The columnDB_ETERNAL.E_IDENTITY.IDC_ISSUER. 「idcIssuer」- 证件签发机构 -
IDC_NUMBER
org.jooq.TableField<EIdentityRecord,String> IDC_NUMBER
The columnDB_ETERNAL.E_IDENTITY.IDC_NUMBER. 「idcNumber」- 证件号 -
IDC_TYPE
org.jooq.TableField<EIdentityRecord,String> IDC_TYPE
The columnDB_ETERNAL.E_IDENTITY.IDC_TYPE. 「idcType」- 证件类型 -
KEY
org.jooq.TableField<EIdentityRecord,String> KEY
The columnDB_ETERNAL.E_IDENTITY.KEY. 「key」- 身份主键 -
LANGUAGE
org.jooq.TableField<EIdentityRecord,String> LANGUAGE
The columnDB_ETERNAL.E_IDENTITY.LANGUAGE. 「language」- 使用的语言 -
MARITAL
org.jooq.TableField<EIdentityRecord,String> MARITAL
The columnDB_ETERNAL.E_IDENTITY.MARITAL. 「marital」- 婚姻状况 -
METADATA
org.jooq.TableField<EIdentityRecord,String> METADATA
The columnDB_ETERNAL.E_IDENTITY.METADATA. 「metadata」- 附加配置 -
NATION
org.jooq.TableField<EIdentityRecord,String> NATION
The columnDB_ETERNAL.E_IDENTITY.NATION. 「nation」- 民族 -
NATIVE_PLACE
org.jooq.TableField<EIdentityRecord,String> NATIVE_PLACE
The columnDB_ETERNAL.E_IDENTITY.NATIVE_PLACE. 「nativePlace」- 籍贯 -
PASSPORT
org.jooq.TableField<EIdentityRecord,String> PASSPORT
The columnDB_ETERNAL.E_IDENTITY.PASSPORT. 「passport」- 护照 -
REALNAME
org.jooq.TableField<EIdentityRecord,String> REALNAME
The columnDB_ETERNAL.E_IDENTITY.REALNAME. 「realname」- 真实姓名 -
SIGMA
org.jooq.TableField<EIdentityRecord,String> SIGMA
The columnDB_ETERNAL.E_IDENTITY.SIGMA. 「sigma」- 统一标识 -
STATUS
org.jooq.TableField<EIdentityRecord,String> STATUS
The columnDB_ETERNAL.E_IDENTITY.STATUS. 「status」- 档案状态 -
TYPE
org.jooq.TableField<EIdentityRecord,String> TYPE
The columnDB_ETERNAL.E_IDENTITY.TYPE. 「type」- 身份类型/档案类型 -
UPDATED_AT
org.jooq.TableField<EIdentityRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.E_IDENTITY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<EIdentityRecord,String> UPDATED_BY
The columnDB_ETERNAL.E_IDENTITY.UPDATED_BY. 「updatedBy」- 更新人 -
URGENT_NAME
org.jooq.TableField<EIdentityRecord,String> URGENT_NAME
The columnDB_ETERNAL.E_IDENTITY.URGENT_NAME. 「urgentName」- 紧急联系人 -
URGENT_PHONE
org.jooq.TableField<EIdentityRecord,String> URGENT_PHONE
The columnDB_ETERNAL.E_IDENTITY.URGENT_PHONE. 「urgentPhone」- 紧急联系电话 -
VERIFIED
org.jooq.TableField<EIdentityRecord,Boolean> VERIFIED
The columnDB_ETERNAL.E_IDENTITY.VERIFIED. 「verified」- 是否验证、备案
-
-
Class cn.vertxup.erp.domain.tables.EJobLog extends org.jooq.impl.TableImpl<EJobLogRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<EJobLogRecord,Boolean> ACTIVE
The columnDB_ETERNAL.E_JOB_LOG.ACTIVE. 「active」- 是否启用 -
COMMENT
org.jooq.TableField<EJobLogRecord,String> COMMENT
The columnDB_ETERNAL.E_JOB_LOG.COMMENT. 「comment」- 记录备注 -
COMPANY_ID
org.jooq.TableField<EJobLogRecord,String> COMPANY_ID
The columnDB_ETERNAL.E_JOB_LOG.COMPANY_ID. 「companyId」- 所属公司 -
CREATED_AT
org.jooq.TableField<EJobLogRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.E_JOB_LOG.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<EJobLogRecord,String> CREATED_BY
The columnDB_ETERNAL.E_JOB_LOG.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<EJobLogRecord,String> KEY
The columnDB_ETERNAL.E_JOB_LOG.KEY. 「key」- 记录主键 -
LANGUAGE
org.jooq.TableField<EJobLogRecord,String> LANGUAGE
The columnDB_ETERNAL.E_JOB_LOG.LANGUAGE. 「language」- 使用的语言 -
LOG_AT
org.jooq.TableField<EJobLogRecord,LocalDateTime> LOG_AT
The columnDB_ETERNAL.E_JOB_LOG.LOG_AT. 「logAt」- 记录时间 -
LOG_BY
org.jooq.TableField<EJobLogRecord,String> LOG_BY
The columnDB_ETERNAL.E_JOB_LOG.LOG_BY. 「logBy」- 记录人(只能自己记录,所以记录人就是所属人) -
LOG_NAME
org.jooq.TableField<EJobLogRecord,String> LOG_NAME
The columnDB_ETERNAL.E_JOB_LOG.LOG_NAME. 「logName」- 记录人姓名 -
METADATA
org.jooq.TableField<EJobLogRecord,String> METADATA
The columnDB_ETERNAL.E_JOB_LOG.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<EJobLogRecord,String> NAME
The columnDB_ETERNAL.E_JOB_LOG.NAME. 「name」- 记录名称 -
SERIAL
org.jooq.TableField<EJobLogRecord,String> SERIAL
The columnDB_ETERNAL.E_JOB_LOG.SERIAL. 「serial」- 记录序号 -
SIGMA
org.jooq.TableField<EJobLogRecord,String> SIGMA
The columnDB_ETERNAL.E_JOB_LOG.SIGMA. 「sigma」- 统一标识 -
STATUS
org.jooq.TableField<EJobLogRecord,String> STATUS
The columnDB_ETERNAL.E_JOB_LOG.STATUS. 「status」- 记录状态 -
TODO_ID
org.jooq.TableField<EJobLogRecord,String> TODO_ID
The columnDB_ETERNAL.E_JOB_LOG.TODO_ID. 「todoId」- 所属Todo主键,关联到主任务! -
TYPE
org.jooq.TableField<EJobLogRecord,String> TYPE
The columnDB_ETERNAL.E_JOB_LOG.TYPE. 「type」- 记录类型:考勤 / 培训 / 休假 / 驻场等 -
UPDATED_AT
org.jooq.TableField<EJobLogRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.E_JOB_LOG.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<EJobLogRecord,String> UPDATED_BY
The columnDB_ETERNAL.E_JOB_LOG.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.erp.domain.tables.ETeam extends org.jooq.impl.TableImpl<ETeamRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<ETeamRecord,Boolean> ACTIVE
The columnDB_ETERNAL.E_TEAM.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<ETeamRecord,String> CODE
The columnDB_ETERNAL.E_TEAM.CODE. 「code」- 组编号 -
COMMENT
org.jooq.TableField<ETeamRecord,String> COMMENT
The columnDB_ETERNAL.E_TEAM.COMMENT. 「comment」- 组备注 -
CREATED_AT
org.jooq.TableField<ETeamRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.E_TEAM.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<ETeamRecord,String> CREATED_BY
The columnDB_ETERNAL.E_TEAM.CREATED_BY. 「createdBy」- 创建人 -
DEPT_ID
org.jooq.TableField<ETeamRecord,String> DEPT_ID
The columnDB_ETERNAL.E_TEAM.DEPT_ID. 「deptId」- 所属部门 -
KEY
org.jooq.TableField<ETeamRecord,String> KEY
The columnDB_ETERNAL.E_TEAM.KEY. 「key」- 组主键 -
LANGUAGE
org.jooq.TableField<ETeamRecord,String> LANGUAGE
The columnDB_ETERNAL.E_TEAM.LANGUAGE. 「language」- 使用的语言 -
LEADER_ID
org.jooq.TableField<ETeamRecord,String> LEADER_ID
The columnDB_ETERNAL.E_TEAM.LEADER_ID. 「leaderId」- 组长 -
LEADER_NAME
org.jooq.TableField<ETeamRecord,String> LEADER_NAME
The columnDB_ETERNAL.E_TEAM.LEADER_NAME. 「leaderName」- 组长姓名 -
METADATA
org.jooq.TableField<ETeamRecord,String> METADATA
The columnDB_ETERNAL.E_TEAM.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<ETeamRecord,String> NAME
The columnDB_ETERNAL.E_TEAM.NAME. 「name」- 组名称 -
SIGMA
org.jooq.TableField<ETeamRecord,String> SIGMA
The columnDB_ETERNAL.E_TEAM.SIGMA. 「sigma」- 统一标识 -
TEAM_ID
org.jooq.TableField<ETeamRecord,String> TEAM_ID
The columnDB_ETERNAL.E_TEAM.TEAM_ID. 「teamId」- 父组ID -
UPDATED_AT
org.jooq.TableField<ETeamRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.E_TEAM.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<ETeamRecord,String> UPDATED_BY
The columnDB_ETERNAL.E_TEAM.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.erp.domain.tables.RAssetShare extends org.jooq.impl.TableImpl<RAssetShareRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ASSET_ID
org.jooq.TableField<RAssetShareRecord,String> ASSET_ID
The columnDB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID -
COMMENT
org.jooq.TableField<RAssetShareRecord,String> COMMENT
The columnDB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注 -
ENTITY_ID
org.jooq.TableField<RAssetShareRecord,String> ENTITY_ID
The columnDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID -
ENTITY_TYPE
org.jooq.TableField<RAssetShareRecord,String> ENTITY_TYPE
The columnDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型
-
-
Class cn.vertxup.erp.domain.tables.RCompanyCustomer extends org.jooq.impl.TableImpl<RCompanyCustomerRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
COMMENT
org.jooq.TableField<RCompanyCustomerRecord,String> COMMENT
The columnDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注 -
COMPANY_ID
org.jooq.TableField<RCompanyCustomerRecord,String> COMPANY_ID
The columnDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID -
CUSTOMER_ID
org.jooq.TableField<RCompanyCustomerRecord,String> CUSTOMER_ID
The columnDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID
-
-
Class cn.vertxup.erp.domain.tables.RTeamEmployee extends org.jooq.impl.TableImpl<RTeamEmployeeRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
COMMENT
org.jooq.TableField<RTeamEmployeeRecord,String> COMMENT
The columnDB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT. 「comment」- 关系备注 -
EMPLOYEE_ID
org.jooq.TableField<RTeamEmployeeRecord,String> EMPLOYEE_ID
The columnDB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID. 「employeeId」- 员工ID -
TEAM_ID
org.jooq.TableField<RTeamEmployeeRecord,String> TEAM_ID
The columnDB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID. 「teamId」- 组的ID
-
-
-
Package cn.vertxup.erp.domain.tables.interfaces
-
Package cn.vertxup.erp.domain.tables.pojos
-
Class cn.vertxup.erp.domain.tables.pojos.EAsset extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accountAt
LocalDateTime accountAt
-
accountBy
String accountBy
-
active
Boolean active
-
code
String code
-
comment
String comment
-
companyId
String companyId
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
customerId
String customerId
-
deptId
String deptId
-
enterAt
LocalDateTime enterAt
-
enterBy
String enterBy
-
expiredAt
LocalDateTime expiredAt
-
expiredComment
String expiredComment
-
kAssignment
String kAssignment
-
kChange
String kChange
-
kDeprecated
String kDeprecated
-
kDevalue
String kDevalue
-
key
String key
-
kFixed
String kFixed
-
kTax
String kTax
-
language
String language
-
metadata
String metadata
-
modelNumber
String modelNumber
-
name
String name
-
num
Long num
-
numDeprecated
Long numDeprecated
-
numDeprecating
Long numDeprecating
-
numUsed
Long numUsed
-
numUsing
Long numUsing
-
parentId
String parentId
-
scrapAt
LocalDateTime scrapAt
-
scrapBy
String scrapBy
-
sigma
String sigma
-
status
String status
-
storeId
String storeId
-
type
String type
-
unit
String unit
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
usedAt
LocalDateTime usedAt
-
usedBy
String usedBy
-
usedStatus
String usedStatus
-
userId
String userId
-
vDeprecatedA
BigDecimal vDeprecatedA
-
vDeprecatedM
BigDecimal vDeprecatedM
-
vDeReady
BigDecimal vDeReady
-
vNet
BigDecimal vNet
-
vNetAmount
BigDecimal vNetAmount
-
vNetJunk
BigDecimal vNetJunk
-
vOriginal
BigDecimal vOriginal
-
vTax
BigDecimal vTax
-
wayAccording
String wayAccording
-
wayChange
String wayChange
-
wayDeprecate
String wayDeprecate
-
-
Class cn.vertxup.erp.domain.tables.pojos.EBrand extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
alias
String alias
-
area
Integer area
-
areaCategory
String areaCategory
-
areaName
String areaName
-
categoryCode
String categoryCode
-
categoryName
String categoryName
-
code
String code
-
companyName
String companyName
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.erp.domain.tables.pojos.ECompany extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
address
String address
-
alias
String alias
-
code
String code
-
comment
String comment
-
companyId
String companyId
-
contactName
String contactName
-
contactOnline
String contactOnline
-
contactPhone
String contactPhone
-
corporationName
String corporationName
-
corporationPhone
String corporationPhone
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
customerId
String customerId
-
email
String email
-
fax
String fax
-
homepage
String homepage
-
key
String key
-
language
String language
-
locationId
String locationId
-
logo
String logo
-
metadata
String metadata
-
name
String name
-
phone
String phone
-
sigma
String sigma
-
taxCode
String taxCode
-
taxTitle
String taxTitle
-
title
String title
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.erp.domain.tables.pojos.EContract extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aAddress
String aAddress
-
active
Boolean active
-
amount
BigDecimal amount
-
aName
String aName
-
aPhone
String aPhone
-
bAddress
String bAddress
-
bName
String bName
-
bPhone
String bPhone
-
code
String code
-
companyId
String companyId
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
customerId
String customerId
-
expiredAt
LocalDateTime expiredAt
-
fileKey
String fileKey
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
runAt
LocalDateTime runAt
-
runUpAt
LocalDateTime runUpAt
-
sigma
String sigma
-
signedAt
LocalDateTime signedAt
-
title
String title
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.erp.domain.tables.pojos.ECustomer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
address
String address
-
bankCard
String bankCard
-
bankId
String bankId
-
code
String code
-
comment
String comment
-
contactEmail
String contactEmail
-
contactName
String contactName
-
contactOnline
String contactOnline
-
contactPhone
String contactPhone
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
email
String email
-
fax
String fax
-
homepage
String homepage
-
key
String key
-
language
String language
-
logo
String logo
-
metadata
String metadata
-
name
String name
-
phone
String phone
-
runAmount
BigDecimal runAmount
-
runUp
Boolean runUp
-
sigma
String sigma
-
signName
String signName
-
signPhone
String signPhone
-
taxCode
String taxCode
-
taxTitle
String taxTitle
-
title
String title
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.erp.domain.tables.pojos.EDept extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
comment
String comment
-
companyId
String companyId
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
deptId
String deptId
-
key
String key
-
language
String language
-
managerId
String managerId
-
managerName
String managerName
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.erp.domain.tables.pojos.EEmployee extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
bankCard
String bankCard
-
bankId
String bankId
-
companyId
String companyId
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
deptId
String deptId
-
identityId
String identityId
-
key
String key
-
language
String language
-
metadata
String metadata
-
sigma
String sigma
-
status
String status
-
teamId
String teamId
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
viceEmail
String viceEmail
-
viceMobile
String viceMobile
-
viceName
String viceName
-
workExtension
String workExtension
-
workHireAt
LocalDateTime workHireAt
-
workLocation
String workLocation
-
workNumber
String workNumber
-
workPhone
String workPhone
-
workTitle
String workTitle
-
-
Class cn.vertxup.erp.domain.tables.pojos.EIdentity extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
address
String address
-
birthday
LocalDateTime birthday
-
carPlate
String carPlate
-
code
String code
-
contactAddress
String contactAddress
-
contactEmail
String contactEmail
-
contactMobile
String contactMobile
-
contactPhone
String contactPhone
-
country
String country
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
driverLicense
String driverLicense
-
ecAlipay
String ecAlipay
-
ecQq
String ecQq
-
ecWechat
String ecWechat
-
gender
Boolean gender
-
idcAddress
String idcAddress
-
idcBack
String idcBack
-
idcExpiredAt
LocalDateTime idcExpiredAt
-
idcFront
String idcFront
-
idcIssueAt
LocalDateTime idcIssueAt
-
idcIssuer
String idcIssuer
-
idcNumber
String idcNumber
-
idcType
String idcType
-
key
String key
-
language
String language
-
marital
String marital
-
metadata
String metadata
-
nation
String nation
-
nativePlace
String nativePlace
-
passport
String passport
-
realname
String realname
-
sigma
String sigma
-
status
String status
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
urgentName
String urgentName
-
urgentPhone
String urgentPhone
-
verified
Boolean verified
-
-
Class cn.vertxup.erp.domain.tables.pojos.EJobLog extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
comment
String comment
-
companyId
String companyId
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
logAt
LocalDateTime logAt
-
logBy
String logBy
-
logName
String logName
-
metadata
String metadata
-
name
String name
-
serial
String serial
-
sigma
String sigma
-
status
String status
-
todoId
String todoId
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.erp.domain.tables.pojos.ETeam extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
deptId
String deptId
-
key
String key
-
language
String language
-
leaderId
String leaderId
-
leaderName
String leaderName
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
teamId
String teamId
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.erp.domain.tables.pojos.RAssetShare extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.pojos.RCompanyCustomer extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.pojos.RTeamEmployee extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package cn.vertxup.erp.domain.tables.records
-
Class cn.vertxup.erp.domain.tables.records.EAssetRecord extends org.jooq.impl.UpdatableRecordImpl<EAssetRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EBrandRecord extends org.jooq.impl.UpdatableRecordImpl<EBrandRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.ECompanyRecord extends org.jooq.impl.UpdatableRecordImpl<ECompanyRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EContractRecord extends org.jooq.impl.UpdatableRecordImpl<EContractRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.ECustomerRecord extends org.jooq.impl.UpdatableRecordImpl<ECustomerRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EDeptRecord extends org.jooq.impl.UpdatableRecordImpl<EDeptRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EEmployeeRecord extends org.jooq.impl.UpdatableRecordImpl<EEmployeeRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EIdentityRecord extends org.jooq.impl.UpdatableRecordImpl<EIdentityRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EJobLogRecord extends org.jooq.impl.UpdatableRecordImpl<EJobLogRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.ETeamRecord extends org.jooq.impl.UpdatableRecordImpl<ETeamRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.RAssetShareRecord extends org.jooq.impl.UpdatableRecordImpl<RAssetShareRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.RCompanyCustomerRecord extends org.jooq.impl.UpdatableRecordImpl<RCompanyCustomerRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.RTeamEmployeeRecord extends org.jooq.impl.UpdatableRecordImpl<RTeamEmployeeRecord> implements Serializable
- serialVersionUID:
- 1L
-