Serialized Form
-
Package cn.vertxup.erp.domain
-
Class cn.vertxup.erp.domain.Db
class 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_PROJECT
EProject E_PROJECT
The tableDB_ETERNAL.E_PROJECT. -
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. -
T_OA_ASSIGNMENT
TOaAssignment T_OA_ASSIGNMENT
The tableDB_ETERNAL.T_OA_ASSIGNMENT. -
T_OA_TRAINING
TOaTraining T_OA_TRAINING
The tableDB_ETERNAL.T_OA_TRAINING. -
T_OA_TRIP
TOaTrip T_OA_TRIP
The tableDB_ETERNAL.T_OA_TRIP. -
T_OA_VACATION
TOaVacation T_OA_VACATION
The tableDB_ETERNAL.T_OA_VACATION. -
T_VENDOR_ASSESSMENT
TVendorAssessment T_VENDOR_ASSESSMENT
The tableDB_ETERNAL.T_VENDOR_ASSESSMENT. -
T_VENDOR_CHECK_IN
TVendorCheckIn T_VENDOR_CHECK_IN
The tableDB_ETERNAL.T_VENDOR_CHECK_IN. -
T_VENDOR_CHECK_OUT
TVendorCheckOut T_VENDOR_CHECK_OUT
The tableDB_ETERNAL.T_VENDOR_CHECK_OUT. -
T_VENDOR_HOUR
TVendorHour T_VENDOR_HOUR
The tableDB_ETERNAL.T_VENDOR_HOUR.
-
-
Class cn.vertxup.erp.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.erp.domain.tables
-
Class cn.vertxup.erp.domain.tables.EAsset
class 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
class 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,
String> 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
class 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
class 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_LEGAL
org.jooq.TableField<EContractRecord,
String> A_LEGAL The columnDB_ETERNAL.E_CONTRACT.A_LEGAL. 「aLegal」- 甲方法人(企业合同专用) -
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_LEGAL
org.jooq.TableField<EContractRecord,
String> B_LEGAL The columnDB_ETERNAL.E_CONTRACT.B_LEGAL. 「bLegal」- 乙方法人(企业合同专用) -
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」- 乙方人电话 -
BUDGET
org.jooq.TableField<EContractRecord,
String> BUDGET The columnDB_ETERNAL.E_CONTRACT.BUDGET. 「budget」- 所属预算,zero.contract.budget -
CODE
org.jooq.TableField<EContractRecord,
String> CODE The columnDB_ETERNAL.E_CONTRACT.CODE. 「code」- 合同编号 -
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」- 创建人 -
DEPT_ID
org.jooq.TableField<EContractRecord,
String> DEPT_ID The columnDB_ETERNAL.E_CONTRACT.DEPT_ID. 「deptId」- 所属部门, resource.departments -
DESCRIPTION
org.jooq.TableField<EContractRecord,
String> DESCRIPTION The columnDB_ETERNAL.E_CONTRACT.DESCRIPTION. 「description」- 合同描述 -
END_AT
org.jooq.TableField<EContractRecord,
LocalDateTime> END_AT The columnDB_ETERNAL.E_CONTRACT.END_AT. 「endAt」- 实际结束日期 -
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」- 使用的语言 -
LEVEL
org.jooq.TableField<EContractRecord,
String> LEVEL The columnDB_ETERNAL.E_CONTRACT.LEVEL. 「level」- 合同级别,zero.contract.level -
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」- 合同名称 -
PARTY_A
org.jooq.TableField<EContractRecord,
String> PARTY_A The columnDB_ETERNAL.E_CONTRACT.PARTY_A. 「partyA」- 甲方(关联公司ID,E_COMPANY) -
PARTY_B
org.jooq.TableField<EContractRecord,
String> PARTY_B The columnDB_ETERNAL.E_CONTRACT.PARTY_B. 「partyB」- 乙方(关联客户ID,E_CUSTOMER) -
PLAN_END_AT
org.jooq.TableField<EContractRecord,
LocalDateTime> PLAN_END_AT The columnDB_ETERNAL.E_CONTRACT.PLAN_END_AT. 「planEndAt」- 结束日期 -
PLAN_START_AT
org.jooq.TableField<EContractRecord,
LocalDateTime> PLAN_START_AT The columnDB_ETERNAL.E_CONTRACT.PLAN_START_AT. 「planStartAt」- 开始日期 -
REMARK
org.jooq.TableField<EContractRecord,
String> REMARK The columnDB_ETERNAL.E_CONTRACT.REMARK. 「remark」- 合同备注 -
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」- 签订时间 -
SIGNED_BY
org.jooq.TableField<EContractRecord,
String> SIGNED_BY The columnDB_ETERNAL.E_CONTRACT.SIGNED_BY. 「signedBy」- 签订人 -
START_AT
org.jooq.TableField<EContractRecord,
LocalDateTime> START_AT The columnDB_ETERNAL.E_CONTRACT.START_AT. 「startAt」- 实际开始日期 -
STATUS
org.jooq.TableField<EContractRecord,
String> STATUS The columnDB_ETERNAL.E_CONTRACT.STATUS. 「status」- 合同状态,zero.contract.status -
SUBJECT
org.jooq.TableField<EContractRecord,
String> SUBJECT The columnDB_ETERNAL.E_CONTRACT.SUBJECT. 「subject」- 合同目标 -
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」- 合同分类,zero.contract -
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
class 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_UP
org.jooq.TableField<ECustomerRecord,
Boolean> RUN_UP The columnDB_ETERNAL.E_CUSTOMER.RUN_UP. 「runUp」- 挂账属性 -
RUN_UP_AMOUNT
org.jooq.TableField<ECustomerRecord,
BigDecimal> RUN_UP_AMOUNT The columnDB_ETERNAL.E_CUSTOMER.RUN_UP_AMOUNT. 「runUpAmount」- 挂账限额 -
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」- 签单人电话 -
STATUS
org.jooq.TableField<ECustomerRecord,
String> STATUS The columnDB_ETERNAL.E_CUSTOMER.STATUS. 「status」- 客户状态 -
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
class 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
class 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
class 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.EProject
class EProject extends org.jooq.impl.TableImpl<EProjectRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<EProjectRecord,
Boolean> ACTIVE The columnDB_ETERNAL.E_PROJECT.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<EProjectRecord,
BigDecimal> AMOUNT The columnDB_ETERNAL.E_PROJECT.AMOUNT. 「amount」- 项目金额 -
BUDGET
org.jooq.TableField<EProjectRecord,
String> BUDGET The columnDB_ETERNAL.E_PROJECT.BUDGET. 「budget」- 所属预算,zero.project.budget -
CODE
org.jooq.TableField<EProjectRecord,
String> CODE The columnDB_ETERNAL.E_PROJECT.CODE. 「code」- 项目编号 -
CREATED_AT
org.jooq.TableField<EProjectRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.E_PROJECT.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<EProjectRecord,
String> CREATED_BY The columnDB_ETERNAL.E_PROJECT.CREATED_BY. 「createdBy」- 创建人 -
DEPT_ID
org.jooq.TableField<EProjectRecord,
String> DEPT_ID The columnDB_ETERNAL.E_PROJECT.DEPT_ID. 「deptId」- 所属部门, resource.departments -
DESCRIPTION
org.jooq.TableField<EProjectRecord,
String> DESCRIPTION The columnDB_ETERNAL.E_PROJECT.DESCRIPTION. 「description」- 主单描述内容 -
END_AT
org.jooq.TableField<EProjectRecord,
LocalDateTime> END_AT The columnDB_ETERNAL.E_PROJECT.END_AT. 「endAt」- 实际结束日期 -
ICON
org.jooq.TableField<EProjectRecord,
String> ICON The columnDB_ETERNAL.E_PROJECT.ICON. 「icon」- 项目图标 -
KEY
org.jooq.TableField<EProjectRecord,
String> KEY The columnDB_ETERNAL.E_PROJECT.KEY. 「key」- 项目ID -
LANGUAGE
org.jooq.TableField<EProjectRecord,
String> LANGUAGE The columnDB_ETERNAL.E_PROJECT.LANGUAGE. 「language」- 使用的语言 -
LEAD_BY
org.jooq.TableField<EProjectRecord,
String> LEAD_BY The columnDB_ETERNAL.E_PROJECT.LEAD_BY. 「leadBy」- 项目经理 -
LEVEL
org.jooq.TableField<EProjectRecord,
String> LEVEL The columnDB_ETERNAL.E_PROJECT.LEVEL. 「level」- 项目级别,zero.project.level -
METADATA
org.jooq.TableField<EProjectRecord,
String> METADATA The columnDB_ETERNAL.E_PROJECT.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<EProjectRecord,
String> NAME The columnDB_ETERNAL.E_PROJECT.NAME. 「name」- 项目名称 -
PLAN_END_AT
org.jooq.TableField<EProjectRecord,
LocalDateTime> PLAN_END_AT The columnDB_ETERNAL.E_PROJECT.PLAN_END_AT. 「planEndAt」- 结束日期 -
PLAN_START_AT
org.jooq.TableField<EProjectRecord,
LocalDateTime> PLAN_START_AT The columnDB_ETERNAL.E_PROJECT.PLAN_START_AT. 「planStartAt」- 开始日期 -
PRIORITY
org.jooq.TableField<EProjectRecord,
String> PRIORITY The columnDB_ETERNAL.E_PROJECT.PRIORITY. 「priority」- 项目优先级,zero.project.priority -
REMARK
org.jooq.TableField<EProjectRecord,
String> REMARK The columnDB_ETERNAL.E_PROJECT.REMARK. 「remark」- 项目备注 -
RISK
org.jooq.TableField<EProjectRecord,
String> RISK The columnDB_ETERNAL.E_PROJECT.RISK. 「risk」- 项目风险,zero.project.risk -
SHORT_NAME
org.jooq.TableField<EProjectRecord,
String> SHORT_NAME The columnDB_ETERNAL.E_PROJECT.SHORT_NAME. 「shortName」- 项目简称 -
SIGMA
org.jooq.TableField<EProjectRecord,
String> SIGMA The columnDB_ETERNAL.E_PROJECT.SIGMA. 「sigma」- 统一标识(项目所属应用) -
START_AT
org.jooq.TableField<EProjectRecord,
LocalDateTime> START_AT The columnDB_ETERNAL.E_PROJECT.START_AT. 「startAt」- 实际开始日期 -
STATUS
org.jooq.TableField<EProjectRecord,
String> STATUS The columnDB_ETERNAL.E_PROJECT.STATUS. 「status」- 项目状态,zero.project.status -
SUBJECT
org.jooq.TableField<EProjectRecord,
String> SUBJECT The columnDB_ETERNAL.E_PROJECT.SUBJECT. 「subject」- 项目目标 -
TITLE
org.jooq.TableField<EProjectRecord,
String> TITLE The columnDB_ETERNAL.E_PROJECT.TITLE. 「title」- 项目标题 -
TYPE
org.jooq.TableField<EProjectRecord,
String> TYPE The columnDB_ETERNAL.E_PROJECT.TYPE. 「type」- 项目分类,zero.project -
UPDATED_AT
org.jooq.TableField<EProjectRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.E_PROJECT.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<EProjectRecord,
String> UPDATED_BY The columnDB_ETERNAL.E_PROJECT.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.erp.domain.tables.ETeam
class 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」- 是否启用 -
BIND_COMPONENT
org.jooq.TableField<ETeamRecord,
String> BIND_COMPONENT The columnDB_ETERNAL.E_TEAM.BIND_COMPONENT. 「bindComponent」- 绑定扩展组件 -
BIND_CONFIG
org.jooq.TableField<ETeamRecord,
String> BIND_CONFIG The columnDB_ETERNAL.E_TEAM.BIND_CONFIG. 「bindConfig」- 绑定JSON详细配置 -
BIND_ID
org.jooq.TableField<ETeamRecord,
String> BIND_ID The columnDB_ETERNAL.E_TEAM.BIND_ID. 「bindId」- 绑定用户组ID,安全专用处理 -
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.RCompanyCustomer
class 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
class 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
-
-
Class cn.vertxup.erp.domain.tables.TOaAssignment
class TOaAssignment extends org.jooq.impl.TableImpl<TOaAssignmentRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
COMMENT_EXTENSION
org.jooq.TableField<TOaAssignmentRecord,
String> COMMENT_EXTENSION The columnDB_ETERNAL.T_OA_ASSIGNMENT.COMMENT_EXTENSION. 「commentExtension」- Extension Comment -
DAYS
org.jooq.TableField<TOaAssignmentRecord,
Integer> DAYS The columnDB_ETERNAL.T_OA_ASSIGNMENT.DAYS. 「days」- Duration -
END_AT
org.jooq.TableField<TOaAssignmentRecord,
LocalDateTime> END_AT The columnDB_ETERNAL.T_OA_ASSIGNMENT.END_AT. 「endAt」- To -
KEY
org.jooq.TableField<TOaAssignmentRecord,
String> KEY The columnDB_ETERNAL.T_OA_ASSIGNMENT.KEY. 「key」- Ticket Primary Key -
REASON
org.jooq.TableField<TOaAssignmentRecord,
String> REASON The columnDB_ETERNAL.T_OA_ASSIGNMENT.REASON. 「reason」- The reason to be done -
REQUEST_BY
org.jooq.TableField<TOaAssignmentRecord,
String> REQUEST_BY The columnDB_ETERNAL.T_OA_ASSIGNMENT.REQUEST_BY. 「requestBy」- Request User -
START_AT
org.jooq.TableField<TOaAssignmentRecord,
LocalDateTime> START_AT The columnDB_ETERNAL.T_OA_ASSIGNMENT.START_AT. 「startAt」- From -
WORK_CONTENT
org.jooq.TableField<TOaAssignmentRecord,
String> WORK_CONTENT The columnDB_ETERNAL.T_OA_ASSIGNMENT.WORK_CONTENT. 「workContent」- Working Assignment Content
-
-
Class cn.vertxup.erp.domain.tables.TOaTraining
class TOaTraining extends org.jooq.impl.TableImpl<TOaTrainingRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
COMMENT_EXTENSION
org.jooq.TableField<TOaTrainingRecord,
String> COMMENT_EXTENSION The columnDB_ETERNAL.T_OA_TRAINING.COMMENT_EXTENSION. 「commentExtension」- Extension Comment -
END_AT
org.jooq.TableField<TOaTrainingRecord,
LocalDateTime> END_AT The columnDB_ETERNAL.T_OA_TRAINING.END_AT. 「endAt」- To -
KEY
org.jooq.TableField<TOaTrainingRecord,
String> KEY The columnDB_ETERNAL.T_OA_TRAINING.KEY. 「key」- Ticket Primary Key -
LEADER
org.jooq.TableField<TOaTrainingRecord,
String> LEADER The columnDB_ETERNAL.T_OA_TRAINING.LEADER. 「leader」- The training leader -
LEADER_COMMENT
org.jooq.TableField<TOaTrainingRecord,
String> LEADER_COMMENT The columnDB_ETERNAL.T_OA_TRAINING.LEADER_COMMENT. 「leaderComment」- Comment from leader -
REVIEWER
org.jooq.TableField<TOaTrainingRecord,
String> REVIEWER The columnDB_ETERNAL.T_OA_TRAINING.REVIEWER. 「reviewer」- The training reviewer -
REVIEWER_COMMENT
org.jooq.TableField<TOaTrainingRecord,
String> REVIEWER_COMMENT The columnDB_ETERNAL.T_OA_TRAINING.REVIEWER_COMMENT. 「reviewerComment」- Comment from reviewer -
START_AT
org.jooq.TableField<TOaTrainingRecord,
LocalDateTime> START_AT The columnDB_ETERNAL.T_OA_TRAINING.START_AT. 「startAt」- From -
TRAIN_LOCATION
org.jooq.TableField<TOaTrainingRecord,
String> TRAIN_LOCATION The columnDB_ETERNAL.T_OA_TRAINING.TRAIN_LOCATION. 「trainLocation」- The location for training -
TRAIN_MODE
org.jooq.TableField<TOaTrainingRecord,
String> TRAIN_MODE The columnDB_ETERNAL.T_OA_TRAINING.TRAIN_MODE. 「trainMode」- The mode of training
-
-
Class cn.vertxup.erp.domain.tables.TOaTrip
class TOaTrip extends org.jooq.impl.TableImpl<TOaTripRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
COMMENT_EXTENSION
org.jooq.TableField<TOaTripRecord,
String> COMMENT_EXTENSION The columnDB_ETERNAL.T_OA_TRIP.COMMENT_EXTENSION. 「commentExtension」- Extension Comment -
DAYS
org.jooq.TableField<TOaTripRecord,
Integer> DAYS The columnDB_ETERNAL.T_OA_TRIP.DAYS. 「days」- Duration -
END_AT
org.jooq.TableField<TOaTripRecord,
LocalDateTime> END_AT The columnDB_ETERNAL.T_OA_TRIP.END_AT. 「endAt」- To -
KEY
org.jooq.TableField<TOaTripRecord,
String> KEY The columnDB_ETERNAL.T_OA_TRIP.KEY. 「key」- Ticket Primary Key -
REASON
org.jooq.TableField<TOaTripRecord,
String> REASON The columnDB_ETERNAL.T_OA_TRIP.REASON. 「reason」- The reason to be done -
REQUEST_BY
org.jooq.TableField<TOaTripRecord,
String> REQUEST_BY The columnDB_ETERNAL.T_OA_TRIP.REQUEST_BY. 「requestBy」- Request User -
START_AT
org.jooq.TableField<TOaTripRecord,
LocalDateTime> START_AT The columnDB_ETERNAL.T_OA_TRIP.START_AT. 「startAt」- From -
TRIP_ADDRESS
org.jooq.TableField<TOaTripRecord,
String> TRIP_ADDRESS The columnDB_ETERNAL.T_OA_TRIP.TRIP_ADDRESS. 「tripAddress」- Trip Address -
TRIP_CITY
org.jooq.TableField<TOaTripRecord,
String> TRIP_CITY The columnDB_ETERNAL.T_OA_TRIP.TRIP_CITY. 「tripCity」- Trip City -
TRIP_PROVINCE
org.jooq.TableField<TOaTripRecord,
String> TRIP_PROVINCE The columnDB_ETERNAL.T_OA_TRIP.TRIP_PROVINCE. 「tripProvince」- Trip Province -
WORK_CONTENT
org.jooq.TableField<TOaTripRecord,
String> WORK_CONTENT The columnDB_ETERNAL.T_OA_TRIP.WORK_CONTENT. 「workContent」- Working Assignment Content
-
-
Class cn.vertxup.erp.domain.tables.TOaVacation
class TOaVacation extends org.jooq.impl.TableImpl<TOaVacationRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
CLASSIFICATION
org.jooq.TableField<TOaVacationRecord,
String> CLASSIFICATION The columnDB_ETERNAL.T_OA_VACATION.CLASSIFICATION. 「classification」- The ticket related business type -
COMMENT_EXTENSION
org.jooq.TableField<TOaVacationRecord,
String> COMMENT_EXTENSION The columnDB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION. 「commentExtension」- Extension Comment -
DAYS
org.jooq.TableField<TOaVacationRecord,
Integer> DAYS The columnDB_ETERNAL.T_OA_VACATION.DAYS. 「days」- Duration -
END_AT
org.jooq.TableField<TOaVacationRecord,
LocalDateTime> END_AT The columnDB_ETERNAL.T_OA_VACATION.END_AT. 「endAt」- To -
KEY
org.jooq.TableField<TOaVacationRecord,
String> KEY The columnDB_ETERNAL.T_OA_VACATION.KEY. 「key」- Ticket Primary Key -
REASON
org.jooq.TableField<TOaVacationRecord,
String> REASON The columnDB_ETERNAL.T_OA_VACATION.REASON. 「reason」- The reason to be done -
REQUEST_BY
org.jooq.TableField<TOaVacationRecord,
String> REQUEST_BY The columnDB_ETERNAL.T_OA_VACATION.REQUEST_BY. 「requestBy」- Request User -
START_AT
org.jooq.TableField<TOaVacationRecord,
LocalDateTime> START_AT The columnDB_ETERNAL.T_OA_VACATION.START_AT. 「startAt」- From -
WORK_CONTENT
org.jooq.TableField<TOaVacationRecord,
String> WORK_CONTENT The columnDB_ETERNAL.T_OA_VACATION.WORK_CONTENT. 「workContent」- Working Assignment Content
-
-
Class cn.vertxup.erp.domain.tables.TVendorAssessment
class TVendorAssessment extends org.jooq.impl.TableImpl<TVendorAssessmentRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ASSESS_ON
org.jooq.TableField<TVendorAssessmentRecord,
String> ASSESS_ON The columnDB_ETERNAL.T_VENDOR_ASSESSMENT.ASSESS_ON. 「assessOn」- The user that will be assessed -
ASSESS_SCORE
org.jooq.TableField<TVendorAssessmentRecord,
Integer> ASSESS_SCORE The columnDB_ETERNAL.T_VENDOR_ASSESSMENT.ASSESS_SCORE. 「assessScore」- The score of the user -
CLASSIFICATION
org.jooq.TableField<TVendorAssessmentRecord,
String> CLASSIFICATION The columnDB_ETERNAL.T_VENDOR_ASSESSMENT.CLASSIFICATION. 「classification」- The ticket related business type -
COMMENT_ASSESS
org.jooq.TableField<TVendorAssessmentRecord,
String> COMMENT_ASSESS The columnDB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_ASSESS. 「commentAssess」- from assess -
COMMENT_DEPT
org.jooq.TableField<TVendorAssessmentRecord,
String> COMMENT_DEPT The columnDB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_DEPT. 「commentDept」- from department -
COMMENT_EXTENSION
org.jooq.TableField<TVendorAssessmentRecord,
String> COMMENT_EXTENSION The columnDB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_EXTENSION. 「commentExtension」- Extension Comment -
COMMENT_LEADER
org.jooq.TableField<TVendorAssessmentRecord,
String> COMMENT_LEADER The columnDB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_LEADER. 「commentLeader」- from leader of project -
DAYS
org.jooq.TableField<TVendorAssessmentRecord,
Integer> DAYS The columnDB_ETERNAL.T_VENDOR_ASSESSMENT.DAYS. 「days」- Duration -
END_AT
org.jooq.TableField<TVendorAssessmentRecord,
LocalDateTime> END_AT The columnDB_ETERNAL.T_VENDOR_ASSESSMENT.END_AT. 「endAt」- To -
KEY
org.jooq.TableField<TVendorAssessmentRecord,
String> KEY The columnDB_ETERNAL.T_VENDOR_ASSESSMENT.KEY. 「key」- Ticket Primary Key -
START_AT
org.jooq.TableField<TVendorAssessmentRecord,
LocalDateTime> START_AT The columnDB_ETERNAL.T_VENDOR_ASSESSMENT.START_AT. 「startAt」- From
-
-
Class cn.vertxup.erp.domain.tables.TVendorCheckIn
class TVendorCheckIn extends org.jooq.impl.TableImpl<TVendorCheckInRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
CLASSIFICATION
org.jooq.TableField<TVendorCheckInRecord,
String> CLASSIFICATION The columnDB_ETERNAL.T_VENDOR_CHECK_IN.CLASSIFICATION. 「classification」- The ticket related business type -
COMMENT_EXTENSION
org.jooq.TableField<TVendorCheckInRecord,
String> COMMENT_EXTENSION The columnDB_ETERNAL.T_VENDOR_CHECK_IN.COMMENT_EXTENSION. 「commentExtension」- Extension Comment -
DAYS
org.jooq.TableField<TVendorCheckInRecord,
Integer> DAYS The columnDB_ETERNAL.T_VENDOR_CHECK_IN.DAYS. 「days」- Duration -
END_AT
org.jooq.TableField<TVendorCheckInRecord,
LocalDateTime> END_AT The columnDB_ETERNAL.T_VENDOR_CHECK_IN.END_AT. 「endAt」- To -
KEY
org.jooq.TableField<TVendorCheckInRecord,
String> KEY The columnDB_ETERNAL.T_VENDOR_CHECK_IN.KEY. 「key」- Ticket Primary Key -
ONBOARD_AT
org.jooq.TableField<TVendorCheckInRecord,
LocalDateTime> ONBOARD_AT The columnDB_ETERNAL.T_VENDOR_CHECK_IN.ONBOARD_AT. 「onboardAt」- To -
START_AT
org.jooq.TableField<TVendorCheckInRecord,
LocalDateTime> START_AT The columnDB_ETERNAL.T_VENDOR_CHECK_IN.START_AT. 「startAt」- From
-
-
Class cn.vertxup.erp.domain.tables.TVendorCheckOut
class TVendorCheckOut extends org.jooq.impl.TableImpl<TVendorCheckOutRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
CLASSIFICATION
org.jooq.TableField<TVendorCheckOutRecord,
String> CLASSIFICATION The columnDB_ETERNAL.T_VENDOR_CHECK_OUT.CLASSIFICATION. 「classification」- The ticket related business type -
COMMENT_EXTENSION
org.jooq.TableField<TVendorCheckOutRecord,
String> COMMENT_EXTENSION The columnDB_ETERNAL.T_VENDOR_CHECK_OUT.COMMENT_EXTENSION. 「commentExtension」- Extension Comment -
DAYS
org.jooq.TableField<TVendorCheckOutRecord,
Integer> DAYS The columnDB_ETERNAL.T_VENDOR_CHECK_OUT.DAYS. 「days」- Duration -
END_AT
org.jooq.TableField<TVendorCheckOutRecord,
LocalDateTime> END_AT The columnDB_ETERNAL.T_VENDOR_CHECK_OUT.END_AT. 「endAt」- To -
KEY
org.jooq.TableField<TVendorCheckOutRecord,
String> KEY The columnDB_ETERNAL.T_VENDOR_CHECK_OUT.KEY. 「key」- Ticket Primary Key -
LEAVE_AT
org.jooq.TableField<TVendorCheckOutRecord,
LocalDateTime> LEAVE_AT The columnDB_ETERNAL.T_VENDOR_CHECK_OUT.LEAVE_AT. 「leaveAt」- To -
REASON
org.jooq.TableField<TVendorCheckOutRecord,
String> REASON The columnDB_ETERNAL.T_VENDOR_CHECK_OUT.REASON. 「reason」- The reason to be done -
START_AT
org.jooq.TableField<TVendorCheckOutRecord,
LocalDateTime> START_AT The columnDB_ETERNAL.T_VENDOR_CHECK_OUT.START_AT. 「startAt」- From
-
-
Class cn.vertxup.erp.domain.tables.TVendorHour
class TVendorHour extends org.jooq.impl.TableImpl<TVendorHourRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
CLASSIFICATION
org.jooq.TableField<TVendorHourRecord,
String> CLASSIFICATION The columnDB_ETERNAL.T_VENDOR_HOUR.CLASSIFICATION. 「classification」- The ticket related business type -
COMMENT_EXTENSION
org.jooq.TableField<TVendorHourRecord,
String> COMMENT_EXTENSION The columnDB_ETERNAL.T_VENDOR_HOUR.COMMENT_EXTENSION. 「commentExtension」- Extension Comment -
DAYS
org.jooq.TableField<TVendorHourRecord,
Integer> DAYS The columnDB_ETERNAL.T_VENDOR_HOUR.DAYS. 「days」- Duration -
END_AT
org.jooq.TableField<TVendorHourRecord,
LocalDateTime> END_AT The columnDB_ETERNAL.T_VENDOR_HOUR.END_AT. 「endAt」- To -
FROM_AT
org.jooq.TableField<TVendorHourRecord,
LocalDateTime> FROM_AT The columnDB_ETERNAL.T_VENDOR_HOUR.FROM_AT. 「fromAt」 -
FROM_TYPE
org.jooq.TableField<TVendorHourRecord,
String> FROM_TYPE The columnDB_ETERNAL.T_VENDOR_HOUR.FROM_TYPE. 「fromType」 -
KEY
org.jooq.TableField<TVendorHourRecord,
String> KEY The columnDB_ETERNAL.T_VENDOR_HOUR.KEY. 「key」- Ticket Primary Key -
REQUEST_TYPE
org.jooq.TableField<TVendorHourRecord,
String> REQUEST_TYPE The columnDB_ETERNAL.T_VENDOR_HOUR.REQUEST_TYPE. 「requestType」- Request type of hour -
START_AT
org.jooq.TableField<TVendorHourRecord,
LocalDateTime> START_AT The columnDB_ETERNAL.T_VENDOR_HOUR.START_AT. 「startAt」- From -
TO_AT
org.jooq.TableField<TVendorHourRecord,
LocalDateTime> TO_AT The columnDB_ETERNAL.T_VENDOR_HOUR.TO_AT. 「toAt」 -
TO_TYPE
org.jooq.TableField<TVendorHourRecord,
String> TO_TYPE The columnDB_ETERNAL.T_VENDOR_HOUR.TO_TYPE. 「toType」
-
-
-
Package cn.vertxup.erp.domain.tables.interfaces
-
Package cn.vertxup.erp.domain.tables.pojos
-
Class cn.vertxup.erp.domain.tables.pojos.EAsset
class 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
class EBrand extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
alias
String alias
-
area
String 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
class 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
class EContract extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aAddress
String aAddress
-
active
Boolean active
-
aLegal
String aLegal
-
amount
BigDecimal amount
-
aName
String aName
-
aPhone
String aPhone
-
bAddress
String bAddress
-
bLegal
String bLegal
-
bName
String bName
-
bPhone
String bPhone
-
budget
String budget
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
deptId
String deptId
-
description
String description
-
endAt
LocalDateTime endAt
-
key
String key
-
language
String language
-
level
String level
-
metadata
String metadata
-
name
String name
-
partyA
String partyA
-
partyB
String partyB
-
planEndAt
LocalDateTime planEndAt
-
planStartAt
LocalDateTime planStartAt
-
remark
String remark
-
sigma
String sigma
-
signedAt
LocalDateTime signedAt
-
signedBy
String signedBy
-
startAt
LocalDateTime startAt
-
status
String status
-
subject
String subject
-
title
String title
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.erp.domain.tables.pojos.ECustomer
class 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
-
runUp
Boolean runUp
-
runUpAmount
BigDecimal runUpAmount
-
sigma
String sigma
-
signName
String signName
-
signPhone
String signPhone
-
status
String status
-
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
class 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
class 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
class 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.EProject
class EProject extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
amount
BigDecimal amount
-
budget
String budget
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
deptId
String deptId
-
description
String description
-
endAt
LocalDateTime endAt
-
icon
String icon
-
key
String key
-
language
String language
-
leadBy
String leadBy
-
level
String level
-
metadata
String metadata
-
name
String name
-
planEndAt
LocalDateTime planEndAt
-
planStartAt
LocalDateTime planStartAt
-
priority
String priority
-
remark
String remark
-
risk
String risk
-
shortName
String shortName
-
sigma
String sigma
-
startAt
LocalDateTime startAt
-
status
String status
-
subject
String subject
-
title
String title
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.erp.domain.tables.pojos.ETeam
class ETeam extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
bindComponent
String bindComponent
-
bindConfig
String bindConfig
-
bindId
String bindId
-
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.RCompanyCustomer
class RCompanyCustomer extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.pojos.RTeamEmployee
class RTeamEmployee extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.pojos.TOaAssignment
class TOaAssignment extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commentExtension
String commentExtension
-
days
Integer days
-
endAt
LocalDateTime endAt
-
key
String key
-
reason
String reason
-
requestBy
String requestBy
-
startAt
LocalDateTime startAt
-
workContent
String workContent
-
-
Class cn.vertxup.erp.domain.tables.pojos.TOaTraining
class TOaTraining extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commentExtension
String commentExtension
-
endAt
LocalDateTime endAt
-
key
String key
-
leader
String leader
-
leaderComment
String leaderComment
-
reviewer
String reviewer
-
reviewerComment
String reviewerComment
-
startAt
LocalDateTime startAt
-
trainLocation
String trainLocation
-
trainMode
String trainMode
-
-
Class cn.vertxup.erp.domain.tables.pojos.TOaTrip
class TOaTrip extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class cn.vertxup.erp.domain.tables.pojos.TOaVacation
class TOaVacation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classification
String classification
-
commentExtension
String commentExtension
-
days
Integer days
-
endAt
LocalDateTime endAt
-
key
String key
-
reason
String reason
-
requestBy
String requestBy
-
startAt
LocalDateTime startAt
-
workContent
String workContent
-
-
Class cn.vertxup.erp.domain.tables.pojos.TVendorAssessment
class TVendorAssessment extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assessOn
String assessOn
-
assessScore
Integer assessScore
-
classification
String classification
-
commentAssess
String commentAssess
-
commentDept
String commentDept
-
commentExtension
String commentExtension
-
commentLeader
String commentLeader
-
days
Integer days
-
endAt
LocalDateTime endAt
-
key
String key
-
startAt
LocalDateTime startAt
-
-
Class cn.vertxup.erp.domain.tables.pojos.TVendorCheckIn
class TVendorCheckIn extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classification
String classification
-
commentExtension
String commentExtension
-
days
Integer days
-
endAt
LocalDateTime endAt
-
key
String key
-
onboardAt
LocalDateTime onboardAt
-
startAt
LocalDateTime startAt
-
-
Class cn.vertxup.erp.domain.tables.pojos.TVendorCheckOut
class TVendorCheckOut extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classification
String classification
-
commentExtension
String commentExtension
-
days
Integer days
-
endAt
LocalDateTime endAt
-
key
String key
-
leaveAt
LocalDateTime leaveAt
-
reason
String reason
-
startAt
LocalDateTime startAt
-
-
Class cn.vertxup.erp.domain.tables.pojos.TVendorHour
class TVendorHour extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classification
String classification
-
commentExtension
String commentExtension
-
days
Integer days
-
endAt
LocalDateTime endAt
-
fromAt
LocalDateTime fromAt
-
fromType
String fromType
-
key
String key
-
requestType
String requestType
-
startAt
LocalDateTime startAt
-
toAt
LocalDateTime toAt
-
toType
String toType
-
-
-
Package cn.vertxup.erp.domain.tables.records
-
Class cn.vertxup.erp.domain.tables.records.EAssetRecord
class EAssetRecord extends org.jooq.impl.UpdatableRecordImpl<EAssetRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EBrandRecord
class EBrandRecord extends org.jooq.impl.UpdatableRecordImpl<EBrandRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.ECompanyRecord
class ECompanyRecord extends org.jooq.impl.UpdatableRecordImpl<ECompanyRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EContractRecord
class EContractRecord extends org.jooq.impl.UpdatableRecordImpl<EContractRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.ECustomerRecord
class ECustomerRecord extends org.jooq.impl.UpdatableRecordImpl<ECustomerRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EDeptRecord
class EDeptRecord extends org.jooq.impl.UpdatableRecordImpl<EDeptRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EEmployeeRecord
class EEmployeeRecord extends org.jooq.impl.UpdatableRecordImpl<EEmployeeRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EIdentityRecord
class EIdentityRecord extends org.jooq.impl.UpdatableRecordImpl<EIdentityRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.EProjectRecord
class EProjectRecord extends org.jooq.impl.UpdatableRecordImpl<EProjectRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.ETeamRecord
class ETeamRecord extends org.jooq.impl.UpdatableRecordImpl<ETeamRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.RCompanyCustomerRecord
class RCompanyCustomerRecord extends org.jooq.impl.UpdatableRecordImpl<RCompanyCustomerRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.RTeamEmployeeRecord
class RTeamEmployeeRecord extends org.jooq.impl.UpdatableRecordImpl<RTeamEmployeeRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.TOaAssignmentRecord
class TOaAssignmentRecord extends org.jooq.impl.UpdatableRecordImpl<TOaAssignmentRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.TOaTrainingRecord
class TOaTrainingRecord extends org.jooq.impl.UpdatableRecordImpl<TOaTrainingRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.TOaTripRecord
class TOaTripRecord extends org.jooq.impl.UpdatableRecordImpl<TOaTripRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.TOaVacationRecord
class TOaVacationRecord extends org.jooq.impl.UpdatableRecordImpl<TOaVacationRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.TVendorAssessmentRecord
class TVendorAssessmentRecord extends org.jooq.impl.UpdatableRecordImpl<TVendorAssessmentRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.TVendorCheckInRecord
class TVendorCheckInRecord extends org.jooq.impl.UpdatableRecordImpl<TVendorCheckInRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.TVendorCheckOutRecord
class TVendorCheckOutRecord extends org.jooq.impl.UpdatableRecordImpl<TVendorCheckOutRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.erp.domain.tables.records.TVendorHourRecord
class TVendorHourRecord extends org.jooq.impl.UpdatableRecordImpl<TVendorHourRecord> implements Serializable- serialVersionUID:
- 1L
-