Serialized Form
-
Package cn.vertxup.fm.domain
-
Class cn.vertxup.fm.domain.Db
class Db extends org.jooq.impl.SchemaImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
F_BANK
FBank F_BANK
The tableDB_ETERNAL.F_BANK. -
F_BILL
FBill F_BILL
The tableDB_ETERNAL.F_BILL. -
F_BILL_ITEM
FBillItem F_BILL_ITEM
The tableDB_ETERNAL.F_BILL_ITEM. -
F_BOOK
FBook F_BOOK
The tableDB_ETERNAL.F_BOOK. -
F_CURRENCY
FCurrency F_CURRENCY
The tableDB_ETERNAL.F_CURRENCY. -
F_DEBT
FDebt F_DEBT
The tableDB_ETERNAL.F_DEBT. -
F_INVOICE
FInvoice F_INVOICE
The tableDB_ETERNAL.F_INVOICE. -
F_PAY_TERM
FPayTerm F_PAY_TERM
The tableDB_ETERNAL.F_PAY_TERM. -
F_PAYMENT
FPayment F_PAYMENT
The tableDB_ETERNAL.F_PAYMENT. -
F_PAYMENT_ITEM
FPaymentItem F_PAYMENT_ITEM
The tableDB_ETERNAL.F_PAYMENT_ITEM. -
F_PRE_AUTHORIZE
FPreAuthorize F_PRE_AUTHORIZE
The tableDB_ETERNAL.F_PRE_AUTHORIZE. -
F_SETTLEMENT
FSettlement F_SETTLEMENT
The tableDB_ETERNAL.F_SETTLEMENT. -
F_SETTLEMENT_ITEM
FSettlementItem F_SETTLEMENT_ITEM
The tableDB_ETERNAL.F_SETTLEMENT_ITEM. -
F_SUBJECT
FSubject F_SUBJECT
The tableDB_ETERNAL.F_SUBJECT.
-
-
Class cn.vertxup.fm.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.fm.domain.tables
-
Class cn.vertxup.fm.domain.tables.FBank
class FBank extends org.jooq.impl.TableImpl<FBankRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FBankRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_BANK.ACTIVE. 「active」- 是否启用 -
ALIAS
org.jooq.TableField<FBankRecord,
String> ALIAS The columnDB_ETERNAL.F_BANK.ALIAS. 「alias」- 银行别称 -
BANK_ID
org.jooq.TableField<FBankRecord,
String> BANK_ID The columnDB_ETERNAL.F_BANK.BANK_ID. 「bankId」- 所属银行ID -
BRANCH
org.jooq.TableField<FBankRecord,
Boolean> BRANCH The columnDB_ETERNAL.F_BANK.BRANCH. 「branch」- 是否支行 -
BRANCH_CODE
org.jooq.TableField<FBankRecord,
String> BRANCH_CODE The columnDB_ETERNAL.F_BANK.BRANCH_CODE. 「branchCode」- 支行编号 -
BRANCH_NAME
org.jooq.TableField<FBankRecord,
String> BRANCH_NAME The columnDB_ETERNAL.F_BANK.BRANCH_NAME. 「branchName」- 支行名称 -
CODE
org.jooq.TableField<FBankRecord,
String> CODE The columnDB_ETERNAL.F_BANK.CODE. 「code」- 银行系统编号 -
COMMENT
org.jooq.TableField<FBankRecord,
String> COMMENT The columnDB_ETERNAL.F_BANK.COMMENT. 「comment」 - 银行备注 -
CREATED_AT
org.jooq.TableField<FBankRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_BANK.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FBankRecord,
String> CREATED_BY The columnDB_ETERNAL.F_BANK.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<FBankRecord,
String> KEY The columnDB_ETERNAL.F_BANK.KEY. 「key」- 银行主键 -
LANGUAGE
org.jooq.TableField<FBankRecord,
String> LANGUAGE The columnDB_ETERNAL.F_BANK.LANGUAGE. 「language」- 使用的语言 -
LOCATION_ID
org.jooq.TableField<FBankRecord,
String> LOCATION_ID The columnDB_ETERNAL.F_BANK.LOCATION_ID. 「locationId」- 银行地址对应信息 -
LOGO
org.jooq.TableField<FBankRecord,
String> LOGO The columnDB_ETERNAL.F_BANK.LOGO. 「logo」- 银行图标 -
METADATA
org.jooq.TableField<FBankRecord,
String> METADATA The columnDB_ETERNAL.F_BANK.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<FBankRecord,
String> NAME The columnDB_ETERNAL.F_BANK.NAME. 「name」- 银行名称 -
SIGMA
org.jooq.TableField<FBankRecord,
String> SIGMA The columnDB_ETERNAL.F_BANK.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<FBankRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_BANK.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FBankRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_BANK.UPDATED_BY. 「updatedBy」- 更新人 -
WEBSITE
org.jooq.TableField<FBankRecord,
String> WEBSITE The columnDB_ETERNAL.F_BANK.WEBSITE. 「website」- 银行主页
-
-
Class cn.vertxup.fm.domain.tables.FBill
class FBill extends org.jooq.impl.TableImpl<FBillRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FBillRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_BILL.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<FBillRecord,
BigDecimal> AMOUNT The columnDB_ETERNAL.F_BILL.AMOUNT. 「amount」- 账单金额 -
BOOK_ID
org.jooq.TableField<FBillRecord,
String> BOOK_ID The columnDB_ETERNAL.F_BILL.BOOK_ID. 「bookId」- 关联账本ID -
CATEGORY
org.jooq.TableField<FBillRecord,
String> CATEGORY The columnDB_ETERNAL.F_BILL.CATEGORY. 「category」- 账单类别 -
CODE
org.jooq.TableField<FBillRecord,
String> CODE The columnDB_ETERNAL.F_BILL.CODE. 「code」- 账单系统编号 -
COMMENT
org.jooq.TableField<FBillRecord,
String> COMMENT The columnDB_ETERNAL.F_BILL.COMMENT. 「comment」 - 账单备注 -
CREATED_AT
org.jooq.TableField<FBillRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_BILL.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FBillRecord,
String> CREATED_BY The columnDB_ETERNAL.F_BILL.CREATED_BY. 「createdBy」- 创建人 -
INCOME
org.jooq.TableField<FBillRecord,
Boolean> INCOME The columnDB_ETERNAL.F_BILL.INCOME. 「income」- true = 消费类,false = 付款类 -
KEY
org.jooq.TableField<FBillRecord,
String> KEY The columnDB_ETERNAL.F_BILL.KEY. 「key」- 账单主键 -
LANGUAGE
org.jooq.TableField<FBillRecord,
String> LANGUAGE The columnDB_ETERNAL.F_BILL.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<FBillRecord,
String> METADATA The columnDB_ETERNAL.F_BILL.METADATA. 「metadata」- 附加配置数据 -
MODEL_ID
org.jooq.TableField<FBillRecord,
String> MODEL_ID The columnDB_ETERNAL.F_BILL.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述 -
MODEL_KEY
org.jooq.TableField<FBillRecord,
String> MODEL_KEY The columnDB_ETERNAL.F_BILL.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录 -
NAME
org.jooq.TableField<FBillRecord,
String> NAME The columnDB_ETERNAL.F_BILL.NAME. 「name」- 账单标题 -
ORDER_ID
org.jooq.TableField<FBillRecord,
String> ORDER_ID The columnDB_ETERNAL.F_BILL.ORDER_ID. 「orderId」- 订单对应的订单ID -
SERIAL
org.jooq.TableField<FBillRecord,
String> SERIAL The columnDB_ETERNAL.F_BILL.SERIAL. 「serial」- 账单流水线号 -
SIGMA
org.jooq.TableField<FBillRecord,
String> SIGMA The columnDB_ETERNAL.F_BILL.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<FBillRecord,
String> TYPE The columnDB_ETERNAL.F_BILL.TYPE. 「type」- 账单类型 -
UPDATED_AT
org.jooq.TableField<FBillRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_BILL.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FBillRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_BILL.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FBillItem
class FBillItem extends org.jooq.impl.TableImpl<FBillItemRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FBillItemRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_BILL_ITEM.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<FBillItemRecord,
BigDecimal> AMOUNT The columnDB_ETERNAL.F_BILL_ITEM.AMOUNT. 「amount」——价税合计,实际付款结果,有可能父项 -
AMOUNT_TOTAL
org.jooq.TableField<FBillItemRecord,
BigDecimal> AMOUNT_TOTAL The columnDB_ETERNAL.F_BILL_ITEM.AMOUNT_TOTAL. 「amountTotal」——总价,理论计算结果 -
BILL_ID
org.jooq.TableField<FBillItemRecord,
String> BILL_ID The columnDB_ETERNAL.F_BILL_ITEM.BILL_ID. 「billId」- 所属账单ID -
CODE
org.jooq.TableField<FBillItemRecord,
String> CODE The columnDB_ETERNAL.F_BILL_ITEM.CODE. 「code」 - 明细系统代码 -
COMMENT
org.jooq.TableField<FBillItemRecord,
String> COMMENT The columnDB_ETERNAL.F_BILL_ITEM.COMMENT. 「comment」 - 明细备注 -
CREATED_AT
org.jooq.TableField<FBillItemRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_BILL_ITEM.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FBillItemRecord,
String> CREATED_BY The columnDB_ETERNAL.F_BILL_ITEM.CREATED_BY. 「createdBy」- 创建人 -
INCOME
org.jooq.TableField<FBillItemRecord,
Boolean> INCOME The columnDB_ETERNAL.F_BILL_ITEM.INCOME. 「income」- true = 消费类,false = 付款类 -
KEY
org.jooq.TableField<FBillItemRecord,
String> KEY The columnDB_ETERNAL.F_BILL_ITEM.KEY. 「key」- 账单明细主键 -
LANGUAGE
org.jooq.TableField<FBillItemRecord,
String> LANGUAGE The columnDB_ETERNAL.F_BILL_ITEM.LANGUAGE. 「language」- 使用的语言 -
MANUAL_NO
org.jooq.TableField<FBillItemRecord,
String> MANUAL_NO The columnDB_ETERNAL.F_BILL_ITEM.MANUAL_NO. 「manualNo」 - 手工单号(线下单号专用) -
METADATA
org.jooq.TableField<FBillItemRecord,
String> METADATA The columnDB_ETERNAL.F_BILL_ITEM.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<FBillItemRecord,
String> NAME The columnDB_ETERNAL.F_BILL_ITEM.NAME. 「name」 - 明细名称 -
OP_AT
org.jooq.TableField<FBillItemRecord,
LocalDateTime> OP_AT The columnDB_ETERNAL.F_BILL_ITEM.OP_AT. 「opAt」- 操作时间 -
OP_BY
org.jooq.TableField<FBillItemRecord,
String> OP_BY The columnDB_ETERNAL.F_BILL_ITEM.OP_BY. 「opBy」- 操作人员,关联员工ID -
OP_NUMBER
org.jooq.TableField<FBillItemRecord,
String> OP_NUMBER The columnDB_ETERNAL.F_BILL_ITEM.OP_NUMBER. 「opNumber」- 操作人员工号 -
OP_SHIFT
org.jooq.TableField<FBillItemRecord,
String> OP_SHIFT The columnDB_ETERNAL.F_BILL_ITEM.OP_SHIFT. 「opShift」- 操作班次(对接排班系统) -
PAY_TERM_ID
org.jooq.TableField<FBillItemRecord,
String> PAY_TERM_ID The columnDB_ETERNAL.F_BILL_ITEM.PAY_TERM_ID. 「payTermId」- 账单项ID -
PRICE
org.jooq.TableField<FBillItemRecord,
BigDecimal> PRICE The columnDB_ETERNAL.F_BILL_ITEM.PRICE. 「price」- 商品单价 -
QUANTITY
org.jooq.TableField<FBillItemRecord,
Integer> QUANTITY The columnDB_ETERNAL.F_BILL_ITEM.QUANTITY. 「quantity」- 商品数量 -
RELATED_ID
org.jooq.TableField<FBillItemRecord,
String> RELATED_ID The columnDB_ETERNAL.F_BILL_ITEM.RELATED_ID. 「relatedId」- 关联ID(保留,原系统存在) -
SERIAL
org.jooq.TableField<FBillItemRecord,
String> SERIAL The columnDB_ETERNAL.F_BILL_ITEM.SERIAL. 「serial」 - 明细编号 -
SETTLEMENT_ID
org.jooq.TableField<FBillItemRecord,
String> SETTLEMENT_ID The columnDB_ETERNAL.F_BILL_ITEM.SETTLEMENT_ID. 「settlementId」- 结算单ID,该字段有值标识已经结算 -
SIGMA
org.jooq.TableField<FBillItemRecord,
String> SIGMA The columnDB_ETERNAL.F_BILL_ITEM.SIGMA. 「sigma」- 统一标识 -
STATUS
org.jooq.TableField<FBillItemRecord,
String> STATUS The columnDB_ETERNAL.F_BILL_ITEM.STATUS. 「status」- 明细状态 -
SUBJECT_ID
org.jooq.TableField<FBillItemRecord,
String> SUBJECT_ID The columnDB_ETERNAL.F_BILL_ITEM.SUBJECT_ID. 「subjectId」- 会计科目ID,依赖账单项选择结果 -
TYPE
org.jooq.TableField<FBillItemRecord,
String> TYPE The columnDB_ETERNAL.F_BILL_ITEM.TYPE. 「type」- 明细类型 -
UNIT
org.jooq.TableField<FBillItemRecord,
String> UNIT The columnDB_ETERNAL.F_BILL_ITEM.UNIT. 「unit」- 计量单位 -
UPDATED_AT
org.jooq.TableField<FBillItemRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_BILL_ITEM.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FBillItemRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_BILL_ITEM.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FBook
class FBook extends org.jooq.impl.TableImpl<FBookRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FBookRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_BOOK.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<FBookRecord,
BigDecimal> AMOUNT The columnDB_ETERNAL.F_BOOK.AMOUNT. 「amount」- 交易金额,正数:应收,负数:应退,最终计算总金额 -
CHECKED
org.jooq.TableField<FBookRecord,
Boolean> CHECKED The columnDB_ETERNAL.F_BOOK.CHECKED. 「checked」- 是否检查 -
CHECKED_DESC
org.jooq.TableField<FBookRecord,
String> CHECKED_DESC The columnDB_ETERNAL.F_BOOK.CHECKED_DESC. 「checkedDesc」 - 账本检查描述信息 -
CODE
org.jooq.TableField<FBookRecord,
String> CODE The columnDB_ETERNAL.F_BOOK.CODE. 「code」 - 账本的系统编号 -
COMMENT
org.jooq.TableField<FBookRecord,
String> COMMENT The columnDB_ETERNAL.F_BOOK.COMMENT. 「comment」 - 账本备注 -
CREATED_AT
org.jooq.TableField<FBookRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_BOOK.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FBookRecord,
String> CREATED_BY The columnDB_ETERNAL.F_BOOK.CREATED_BY. 「createdBy」- 创建人 -
EXCEED
org.jooq.TableField<FBookRecord,
Boolean> EXCEED The columnDB_ETERNAL.F_BOOK.EXCEED. 「exceed」- 是否加收 -
EXCEED_DESC
org.jooq.TableField<FBookRecord,
String> EXCEED_DESC The columnDB_ETERNAL.F_BOOK.EXCEED_DESC. 「exceedDesc」 - 账本加收描述信息 -
KEY
org.jooq.TableField<FBookRecord,
String> KEY The columnDB_ETERNAL.F_BOOK.KEY. 「key」- 账本主键ID -
LANGUAGE
org.jooq.TableField<FBookRecord,
String> LANGUAGE The columnDB_ETERNAL.F_BOOK.LANGUAGE. 「language」- 使用的语言 -
MAJOR
org.jooq.TableField<FBookRecord,
Boolean> MAJOR The columnDB_ETERNAL.F_BOOK.MAJOR. 「major」- 主账本标识 -
METADATA
org.jooq.TableField<FBookRecord,
String> METADATA The columnDB_ETERNAL.F_BOOK.METADATA. 「metadata」- 附加配置数据 -
MODEL_ID
org.jooq.TableField<FBookRecord,
String> MODEL_ID The columnDB_ETERNAL.F_BOOK.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述 -
MODEL_KEY
org.jooq.TableField<FBookRecord,
String> MODEL_KEY The columnDB_ETERNAL.F_BOOK.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录 -
NAME
org.jooq.TableField<FBookRecord,
String> NAME The columnDB_ETERNAL.F_BOOK.NAME. 「name」 - 账本名称 -
ORDER_ID
org.jooq.TableField<FBookRecord,
String> ORDER_ID The columnDB_ETERNAL.F_BOOK.ORDER_ID. 「orderId」- 订单对应的订单ID -
PARENT_ID
org.jooq.TableField<FBookRecord,
String> PARENT_ID The columnDB_ETERNAL.F_BOOK.PARENT_ID. 「parentId」- 子账本专用,引用父账本ID -
SERIAL
org.jooq.TableField<FBookRecord,
String> SERIAL The columnDB_ETERNAL.F_BOOK.SERIAL. 「serial」 - 财务系统账本编号 -
SIGMA
org.jooq.TableField<FBookRecord,
String> SIGMA The columnDB_ETERNAL.F_BOOK.SIGMA. 「sigma」- 统一标识 -
STATUS
org.jooq.TableField<FBookRecord,
String> STATUS The columnDB_ETERNAL.F_BOOK.STATUS. 「status」 - 账本状态 -
TYPE
org.jooq.TableField<FBookRecord,
String> TYPE The columnDB_ETERNAL.F_BOOK.TYPE. 「type」 - 账本类型 -
UPDATED_AT
org.jooq.TableField<FBookRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_BOOK.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FBookRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_BOOK.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FCurrency
class FCurrency extends org.jooq.impl.TableImpl<FCurrencyRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FCurrencyRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_CURRENCY.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<FCurrencyRecord,
String> CODE The columnDB_ETERNAL.F_CURRENCY.CODE. 「code」- 币种编码 -
COMMENT
org.jooq.TableField<FCurrencyRecord,
String> COMMENT The columnDB_ETERNAL.F_CURRENCY.COMMENT. 「comment」 - 币种备注 -
CREATED_AT
org.jooq.TableField<FCurrencyRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_CURRENCY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FCurrencyRecord,
String> CREATED_BY The columnDB_ETERNAL.F_CURRENCY.CREATED_BY. 「createdBy」- 创建人 -
DIGIT_AMOUNT
org.jooq.TableField<FCurrencyRecord,
Integer> DIGIT_AMOUNT The columnDB_ETERNAL.F_CURRENCY.DIGIT_AMOUNT. 「digitAmount」- 金额小数位数 -
DIGIT_PRICE
org.jooq.TableField<FCurrencyRecord,
Integer> DIGIT_PRICE The columnDB_ETERNAL.F_CURRENCY.DIGIT_PRICE. 「digitPrice」- 单价小数位数 -
KEY
org.jooq.TableField<FCurrencyRecord,
String> KEY The columnDB_ETERNAL.F_CURRENCY.KEY. 「key」- 币种主键 -
LANGUAGE
org.jooq.TableField<FCurrencyRecord,
String> LANGUAGE The columnDB_ETERNAL.F_CURRENCY.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<FCurrencyRecord,
String> METADATA The columnDB_ETERNAL.F_CURRENCY.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<FCurrencyRecord,
String> NAME The columnDB_ETERNAL.F_CURRENCY.NAME. 「name」- 币种名称 -
SIGMA
org.jooq.TableField<FCurrencyRecord,
String> SIGMA The columnDB_ETERNAL.F_CURRENCY.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<FCurrencyRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_CURRENCY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FCurrencyRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_CURRENCY.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FDebt
class FDebt extends org.jooq.impl.TableImpl<FDebtRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FDebtRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_DEBT.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<FDebtRecord,
BigDecimal> AMOUNT The columnDB_ETERNAL.F_DEBT.AMOUNT. 「amount」——价税合计,所有明细对应的实际结算金额 -
CODE
org.jooq.TableField<FDebtRecord,
String> CODE The columnDB_ETERNAL.F_DEBT.CODE. 「code」 - 应收单编号 -
COMMENT
org.jooq.TableField<FDebtRecord,
String> COMMENT The columnDB_ETERNAL.F_DEBT.COMMENT. 「comment」 - 备注 -
CREATED_AT
org.jooq.TableField<FDebtRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_DEBT.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FDebtRecord,
String> CREATED_BY The columnDB_ETERNAL.F_DEBT.CREATED_BY. 「createdBy」- 创建人 -
CUSTOMER_ID
org.jooq.TableField<FDebtRecord,
String> CUSTOMER_ID The columnDB_ETERNAL.F_DEBT.CUSTOMER_ID. 「customerId」结算对象(单位ID) -
FINISHED
org.jooq.TableField<FDebtRecord,
Boolean> FINISHED The columnDB_ETERNAL.F_DEBT.FINISHED. 「finished」- 是否完成 -
FINISHED_AT
org.jooq.TableField<FDebtRecord,
LocalDateTime> FINISHED_AT The columnDB_ETERNAL.F_DEBT.FINISHED_AT. 「createdAt」- 完成时间 -
KEY
org.jooq.TableField<FDebtRecord,
String> KEY The columnDB_ETERNAL.F_DEBT.KEY. 「key」- 应收账单主键ID -
LANGUAGE
org.jooq.TableField<FDebtRecord,
String> LANGUAGE The columnDB_ETERNAL.F_DEBT.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<FDebtRecord,
String> METADATA The columnDB_ETERNAL.F_DEBT.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<FDebtRecord,
String> NAME The columnDB_ETERNAL.F_DEBT.NAME. 「name」 - 应收单标题 -
SERIAL
org.jooq.TableField<FDebtRecord,
String> SERIAL The columnDB_ETERNAL.F_DEBT.SERIAL. 「serial」 - 应收单据号 -
SETTLEMENT_ID
org.jooq.TableField<FDebtRecord,
String> SETTLEMENT_ID The columnDB_ETERNAL.F_DEBT.SETTLEMENT_ID. 「settlementId」- 结算单ID,该字段有值标识已经结算 -
SIGMA
org.jooq.TableField<FDebtRecord,
String> SIGMA The columnDB_ETERNAL.F_DEBT.SIGMA. 「sigma」- 统一标识 -
SIGN_MOBILE
org.jooq.TableField<FDebtRecord,
String> SIGN_MOBILE The columnDB_ETERNAL.F_DEBT.SIGN_MOBILE. 「signMobile」签单人电话 -
SIGN_NAME
org.jooq.TableField<FDebtRecord,
String> SIGN_NAME The columnDB_ETERNAL.F_DEBT.SIGN_NAME. 「signName」签单人姓名 -
UPDATED_AT
org.jooq.TableField<FDebtRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_DEBT.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FDebtRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_DEBT.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FInvoice
class FInvoice extends org.jooq.impl.TableImpl<FInvoiceRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FInvoiceRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_INVOICE.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<FInvoiceRecord,
BigDecimal> AMOUNT The columnDB_ETERNAL.F_INVOICE.AMOUNT. 「amount」- 发票金额 -
CODE
org.jooq.TableField<FInvoiceRecord,
String> CODE The columnDB_ETERNAL.F_INVOICE.CODE. 「code」- 发票机器码 -
COMMENT
org.jooq.TableField<FInvoiceRecord,
String> COMMENT The columnDB_ETERNAL.F_INVOICE.COMMENT. 「comment」 - 发票备注 -
CREATED_AT
org.jooq.TableField<FInvoiceRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_INVOICE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FInvoiceRecord,
String> CREATED_BY The columnDB_ETERNAL.F_INVOICE.CREATED_BY. 「createdBy」- 创建人 -
DESC_BANK
org.jooq.TableField<FInvoiceRecord,
String> DESC_BANK The columnDB_ETERNAL.F_INVOICE.DESC_BANK. 「descBank」- 开户行信息 -
DESC_COMPANY
org.jooq.TableField<FInvoiceRecord,
String> DESC_COMPANY The columnDB_ETERNAL.F_INVOICE.DESC_COMPANY. 「descCompany」- 公司信息 -
DESC_LOCATION
org.jooq.TableField<FInvoiceRecord,
String> DESC_LOCATION The columnDB_ETERNAL.F_INVOICE.DESC_LOCATION. 「descLocation」- 地址电话 -
DESC_USER
org.jooq.TableField<FInvoiceRecord,
String> DESC_USER The columnDB_ETERNAL.F_INVOICE.DESC_USER. 「descUser」- 个人发票用户信息 -
INVOICE_NUMBER
org.jooq.TableField<FInvoiceRecord,
String> INVOICE_NUMBER The columnDB_ETERNAL.F_INVOICE.INVOICE_NUMBER. 「invoiceNumber」- 发票代码 -
INVOICE_SERIAL
org.jooq.TableField<FInvoiceRecord,
String> INVOICE_SERIAL The columnDB_ETERNAL.F_INVOICE.INVOICE_SERIAL. 「invoiceSerial」- 发票号码 -
INVOICE_TITLE
org.jooq.TableField<FInvoiceRecord,
String> INVOICE_TITLE The columnDB_ETERNAL.F_INVOICE.INVOICE_TITLE. 「invoiceTitle」- 发票抬头 -
KEY
org.jooq.TableField<FInvoiceRecord,
String> KEY The columnDB_ETERNAL.F_INVOICE.KEY. 「key」- 发票主键 -
LANGUAGE
org.jooq.TableField<FInvoiceRecord,
String> LANGUAGE The columnDB_ETERNAL.F_INVOICE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<FInvoiceRecord,
String> METADATA The columnDB_ETERNAL.F_INVOICE.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<FInvoiceRecord,
String> NAME The columnDB_ETERNAL.F_INVOICE.NAME. 「name」- 发票名称 -
NAME_BILLING
org.jooq.TableField<FInvoiceRecord,
String> NAME_BILLING The columnDB_ETERNAL.F_INVOICE.NAME_BILLING. 「nameBilling」开票人 -
NAME_RECEIPT
org.jooq.TableField<FInvoiceRecord,
String> NAME_RECEIPT The columnDB_ETERNAL.F_INVOICE.NAME_RECEIPT. 「nameReceipt」收款人 -
NAME_RECHECK
org.jooq.TableField<FInvoiceRecord,
String> NAME_RECHECK The columnDB_ETERNAL.F_INVOICE.NAME_RECHECK. 「nameRecheck」复核人 -
NAME_SELLING
org.jooq.TableField<FInvoiceRecord,
String> NAME_SELLING The columnDB_ETERNAL.F_INVOICE.NAME_SELLING. 「nameSelling」销售人 -
ORDER_ID
org.jooq.TableField<FInvoiceRecord,
String> ORDER_ID The columnDB_ETERNAL.F_INVOICE.ORDER_ID. 「orderId」- 订单对应的订单ID -
PERSONAL
org.jooq.TableField<FInvoiceRecord,
Boolean> PERSONAL The columnDB_ETERNAL.F_INVOICE.PERSONAL. 「personal」- 是否个人发票 -
SIGMA
org.jooq.TableField<FInvoiceRecord,
String> SIGMA The columnDB_ETERNAL.F_INVOICE.SIGMA. 「sigma」- 统一标识 -
TIN
org.jooq.TableField<FInvoiceRecord,
String> TIN The columnDB_ETERNAL.F_INVOICE.TIN. 「tin」- 税号:纳税人识别号 -
TIN_NAME
org.jooq.TableField<FInvoiceRecord,
String> TIN_NAME The columnDB_ETERNAL.F_INVOICE.TIN_NAME. 「tinName」- 纳税人姓名 -
TYPE
org.jooq.TableField<FInvoiceRecord,
String> TYPE The columnDB_ETERNAL.F_INVOICE.TYPE. 「type」- 发票类型 -
UPDATED_AT
org.jooq.TableField<FInvoiceRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_INVOICE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FInvoiceRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_INVOICE.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FPayment
class FPayment extends org.jooq.impl.TableImpl<FPaymentRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FPaymentRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_PAYMENT.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<FPaymentRecord,
BigDecimal> AMOUNT The columnDB_ETERNAL.F_PAYMENT.AMOUNT. 「amount」——价税合计,所有明细对应的实际结算金额 -
CODE
org.jooq.TableField<FPaymentRecord,
String> CODE The columnDB_ETERNAL.F_PAYMENT.CODE. 「code」 - 付款单单编号 -
COMMENT
org.jooq.TableField<FPaymentRecord,
String> COMMENT The columnDB_ETERNAL.F_PAYMENT.COMMENT. 「comment」 - 备注 -
CREATED_AT
org.jooq.TableField<FPaymentRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_PAYMENT.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FPaymentRecord,
String> CREATED_BY The columnDB_ETERNAL.F_PAYMENT.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<FPaymentRecord,
String> KEY The columnDB_ETERNAL.F_PAYMENT.KEY. 「key」- 付款单账单主键ID -
LANGUAGE
org.jooq.TableField<FPaymentRecord,
String> LANGUAGE The columnDB_ETERNAL.F_PAYMENT.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<FPaymentRecord,
String> METADATA The columnDB_ETERNAL.F_PAYMENT.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<FPaymentRecord,
String> NAME The columnDB_ETERNAL.F_PAYMENT.NAME. 「name」 - 付款单单标题 -
PAY_ID
org.jooq.TableField<FPaymentRecord,
String> PAY_ID The columnDB_ETERNAL.F_PAYMENT.PAY_ID. 「payId」付款账号 -
PAY_METHOD
org.jooq.TableField<FPaymentRecord,
String> PAY_METHOD The columnDB_ETERNAL.F_PAYMENT.PAY_METHOD. 「payMethod」付款方式 -
PAY_MOBILE
org.jooq.TableField<FPaymentRecord,
String> PAY_MOBILE The columnDB_ETERNAL.F_PAYMENT.PAY_MOBILE. 「payMobile」打款人电话 -
PAY_NAME
org.jooq.TableField<FPaymentRecord,
String> PAY_NAME The columnDB_ETERNAL.F_PAYMENT.PAY_NAME. 「payName」打款人姓名 -
PREPAY
org.jooq.TableField<FPaymentRecord,
Boolean> PREPAY The columnDB_ETERNAL.F_PAYMENT.PREPAY. 「prepay」- 是否预付 -
SERIAL
org.jooq.TableField<FPaymentRecord,
String> SERIAL The columnDB_ETERNAL.F_PAYMENT.SERIAL. 「serial」 - 付款单单据号 -
SIGMA
org.jooq.TableField<FPaymentRecord,
String> SIGMA The columnDB_ETERNAL.F_PAYMENT.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<FPaymentRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_PAYMENT.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FPaymentRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_PAYMENT.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FPaymentItem
class FPaymentItem extends org.jooq.impl.TableImpl<FPaymentItemRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FPaymentItemRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_PAYMENT_ITEM.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<FPaymentItemRecord,
BigDecimal> AMOUNT The columnDB_ETERNAL.F_PAYMENT_ITEM.AMOUNT. 「amount」——价税合计,所有明细对应的实际结算金额 -
AMOUNT_PRE
org.jooq.TableField<FPaymentItemRecord,
BigDecimal> AMOUNT_PRE The columnDB_ETERNAL.F_PAYMENT_ITEM.AMOUNT_PRE. 「amountPre」预付金额 -
CODE
org.jooq.TableField<FPaymentItemRecord,
String> CODE The columnDB_ETERNAL.F_PAYMENT_ITEM.CODE. 「code」 - 收款明细单编号 -
CREATED_AT
org.jooq.TableField<FPaymentItemRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_PAYMENT_ITEM.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FPaymentItemRecord,
String> CREATED_BY The columnDB_ETERNAL.F_PAYMENT_ITEM.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<FPaymentItemRecord,
String> KEY The columnDB_ETERNAL.F_PAYMENT_ITEM.KEY. 「key」- 收款明细账单主键ID -
LANGUAGE
org.jooq.TableField<FPaymentItemRecord,
String> LANGUAGE The columnDB_ETERNAL.F_PAYMENT_ITEM.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<FPaymentItemRecord,
String> METADATA The columnDB_ETERNAL.F_PAYMENT_ITEM.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<FPaymentItemRecord,
String> NAME The columnDB_ETERNAL.F_PAYMENT_ITEM.NAME. 「name」 - 收款明细单标题 -
PAY_ID
org.jooq.TableField<FPaymentItemRecord,
String> PAY_ID The columnDB_ETERNAL.F_PAYMENT_ITEM.PAY_ID. 「payId」付款账号 -
PAY_METHOD
org.jooq.TableField<FPaymentItemRecord,
String> PAY_METHOD The columnDB_ETERNAL.F_PAYMENT_ITEM.PAY_METHOD. 「payMethod」付款方式 -
PAY_MOBILE
org.jooq.TableField<FPaymentItemRecord,
String> PAY_MOBILE The columnDB_ETERNAL.F_PAYMENT_ITEM.PAY_MOBILE. 「payMobile」打款人电话 -
PAY_NAME
org.jooq.TableField<FPaymentItemRecord,
String> PAY_NAME The columnDB_ETERNAL.F_PAYMENT_ITEM.PAY_NAME. 「payName」打款人姓名 -
PAYMENT_ID
org.jooq.TableField<FPaymentItemRecord,
String> PAYMENT_ID The columnDB_ETERNAL.F_PAYMENT_ITEM.PAYMENT_ID. 「paymentId」收款单ID -
SERIAL
org.jooq.TableField<FPaymentItemRecord,
String> SERIAL The columnDB_ETERNAL.F_PAYMENT_ITEM.SERIAL. 「serial」 - 收款明细单据号 -
SETTLEMENT_ID
org.jooq.TableField<FPaymentItemRecord,
String> SETTLEMENT_ID The columnDB_ETERNAL.F_PAYMENT_ITEM.SETTLEMENT_ID. 「settlementId」结算单ID -
SIGMA
org.jooq.TableField<FPaymentItemRecord,
String> SIGMA The columnDB_ETERNAL.F_PAYMENT_ITEM.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<FPaymentItemRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_PAYMENT_ITEM.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FPaymentItemRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_PAYMENT_ITEM.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FPayTerm
class FPayTerm extends org.jooq.impl.TableImpl<FPayTermRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FPayTermRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_PAY_TERM.ACTIVE. 「active」- 是否启用 -
CATEGORY
org.jooq.TableField<FPayTermRecord,
String> CATEGORY The columnDB_ETERNAL.F_PAY_TERM.CATEGORY. 「category」- 账单项类别 -
CODE
org.jooq.TableField<FPayTermRecord,
String> CODE The columnDB_ETERNAL.F_PAY_TERM.CODE. 「code」- 账单项编号 -
COMMENT
org.jooq.TableField<FPayTermRecord,
String> COMMENT The columnDB_ETERNAL.F_PAY_TERM.COMMENT. 「comment」 - 账单项备注 -
CREATED_AT
org.jooq.TableField<FPayTermRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_PAY_TERM.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FPayTermRecord,
String> CREATED_BY The columnDB_ETERNAL.F_PAY_TERM.CREATED_BY. 「createdBy」- 创建人 -
HELP_CODE
org.jooq.TableField<FPayTermRecord,
String> HELP_CODE The columnDB_ETERNAL.F_PAY_TERM.HELP_CODE. 「helpCode」- 助记码 -
KEY
org.jooq.TableField<FPayTermRecord,
String> KEY The columnDB_ETERNAL.F_PAY_TERM.KEY. 「key」- 账单项 -
LANGUAGE
org.jooq.TableField<FPayTermRecord,
String> LANGUAGE The columnDB_ETERNAL.F_PAY_TERM.LANGUAGE. 「language」- 使用的语言 -
LEAF
org.jooq.TableField<FPayTermRecord,
Boolean> LEAF The columnDB_ETERNAL.F_PAY_TERM.LEAF. 「leaf」- 是否明细 -
LOCKED
org.jooq.TableField<FPayTermRecord,
Boolean> LOCKED The columnDB_ETERNAL.F_PAY_TERM.LOCKED. 「locked」- 是否锁定 -
METADATA
org.jooq.TableField<FPayTermRecord,
String> METADATA The columnDB_ETERNAL.F_PAY_TERM.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<FPayTermRecord,
String> NAME The columnDB_ETERNAL.F_PAY_TERM.NAME. 「name」- 账单项名称 -
PARENT_ID
org.jooq.TableField<FPayTermRecord,
String> PARENT_ID The columnDB_ETERNAL.F_PAY_TERM.PARENT_ID. 「parentId」- 父账单项 -
SIGMA
org.jooq.TableField<FPayTermRecord,
String> SIGMA The columnDB_ETERNAL.F_PAY_TERM.SIGMA. 「sigma」- 统一标识 -
SUBJECT_ID
org.jooq.TableField<FPayTermRecord,
String> SUBJECT_ID The columnDB_ETERNAL.F_PAY_TERM.SUBJECT_ID. 「subjectId」- 会计科目关联ID -
TYPE
org.jooq.TableField<FPayTermRecord,
String> TYPE The columnDB_ETERNAL.F_PAY_TERM.TYPE. 「type」- 账单项类型:付款类/消费类 -
UPDATED_AT
org.jooq.TableField<FPayTermRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_PAY_TERM.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FPayTermRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_PAY_TERM.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FPreAuthorize
class FPreAuthorize extends org.jooq.impl.TableImpl<FPreAuthorizeRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FPreAuthorizeRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_PRE_AUTHORIZE.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<FPreAuthorizeRecord,
BigDecimal> AMOUNT The columnDB_ETERNAL.F_PRE_AUTHORIZE.AMOUNT. 「amount」- 当前预授权刷单金额 -
BANK_CARD
org.jooq.TableField<FPreAuthorizeRecord,
String> BANK_CARD The columnDB_ETERNAL.F_PRE_AUTHORIZE.BANK_CARD. 「bankCard」- 刷预授权的银行卡号 -
BANK_NAME
org.jooq.TableField<FPreAuthorizeRecord,
String> BANK_NAME The columnDB_ETERNAL.F_PRE_AUTHORIZE.BANK_NAME. 「bankName」- 预授权银行名称 -
BILL_ID
org.jooq.TableField<FPreAuthorizeRecord,
String> BILL_ID The columnDB_ETERNAL.F_PRE_AUTHORIZE.BILL_ID. 「billId」- 预授权所属账单ID -
BOOK_ID
org.jooq.TableField<FPreAuthorizeRecord,
String> BOOK_ID The columnDB_ETERNAL.F_PRE_AUTHORIZE.BOOK_ID. 「bookId」- 所属账本ID -
CODE
org.jooq.TableField<FPreAuthorizeRecord,
String> CODE The columnDB_ETERNAL.F_PRE_AUTHORIZE.CODE. 「code」 - 预授权系统编号 -
COMMENT
org.jooq.TableField<FPreAuthorizeRecord,
String> COMMENT The columnDB_ETERNAL.F_PRE_AUTHORIZE.COMMENT. 「comment」 - 预授权备注 -
CREATED_AT
org.jooq.TableField<FPreAuthorizeRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_PRE_AUTHORIZE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FPreAuthorizeRecord,
String> CREATED_BY The columnDB_ETERNAL.F_PRE_AUTHORIZE.CREATED_BY. 「createdBy」- 创建人 -
EXPIRED_AT
org.jooq.TableField<FPreAuthorizeRecord,
LocalDateTime> EXPIRED_AT The columnDB_ETERNAL.F_PRE_AUTHORIZE.EXPIRED_AT. 「expiredAt」——预授权有效期 -
KEY
org.jooq.TableField<FPreAuthorizeRecord,
String> KEY The columnDB_ETERNAL.F_PRE_AUTHORIZE.KEY. 「key」- 预授权ID -
LANGUAGE
org.jooq.TableField<FPreAuthorizeRecord,
String> LANGUAGE The columnDB_ETERNAL.F_PRE_AUTHORIZE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<FPreAuthorizeRecord,
String> METADATA The columnDB_ETERNAL.F_PRE_AUTHORIZE.METADATA. 「metadata」- 附加配置数据 -
ORDER_ID
org.jooq.TableField<FPreAuthorizeRecord,
String> ORDER_ID The columnDB_ETERNAL.F_PRE_AUTHORIZE.ORDER_ID. 「orderId」- 预授权所属订单ID -
SERIAL
org.jooq.TableField<FPreAuthorizeRecord,
String> SERIAL The columnDB_ETERNAL.F_PRE_AUTHORIZE.SERIAL. 「serial」 - 预授权单据号 -
SIGMA
org.jooq.TableField<FPreAuthorizeRecord,
String> SIGMA The columnDB_ETERNAL.F_PRE_AUTHORIZE.SIGMA. 「sigma」- 统一标识 -
STATUS
org.jooq.TableField<FPreAuthorizeRecord,
String> STATUS The columnDB_ETERNAL.F_PRE_AUTHORIZE.STATUS. 「status」 - 预授权状态,Lock/Unlock -
UPDATED_AT
org.jooq.TableField<FPreAuthorizeRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_PRE_AUTHORIZE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FPreAuthorizeRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_PRE_AUTHORIZE.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FSettlement
class FSettlement extends org.jooq.impl.TableImpl<FSettlementRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FSettlementRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_SETTLEMENT.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<FSettlementRecord,
BigDecimal> AMOUNT The columnDB_ETERNAL.F_SETTLEMENT.AMOUNT. 「amount」——价税合计,所有明细对应的实际结算金额 -
CODE
org.jooq.TableField<FSettlementRecord,
String> CODE The columnDB_ETERNAL.F_SETTLEMENT.CODE. 「code」 - 结算单编号 -
COMMENT
org.jooq.TableField<FSettlementRecord,
String> COMMENT The columnDB_ETERNAL.F_SETTLEMENT.COMMENT. 「comment」 - 结算单备注 -
CREATED_AT
org.jooq.TableField<FSettlementRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_SETTLEMENT.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FSettlementRecord,
String> CREATED_BY The columnDB_ETERNAL.F_SETTLEMENT.CREATED_BY. 「createdBy」- 创建人 -
CUSTOMER_ID
org.jooq.TableField<FSettlementRecord,
String> CUSTOMER_ID The columnDB_ETERNAL.F_SETTLEMENT.CUSTOMER_ID. 「customerId」结算对象(单位ID) -
FINISHED
org.jooq.TableField<FSettlementRecord,
Boolean> FINISHED The columnDB_ETERNAL.F_SETTLEMENT.FINISHED. 「finished」- 是否完成 -
FINISHED_AT
org.jooq.TableField<FSettlementRecord,
LocalDateTime> FINISHED_AT The columnDB_ETERNAL.F_SETTLEMENT.FINISHED_AT. 「createdAt」- 完成时间 -
KEY
org.jooq.TableField<FSettlementRecord,
String> KEY The columnDB_ETERNAL.F_SETTLEMENT.KEY. 「key」- 结算单主键 -
LANGUAGE
org.jooq.TableField<FSettlementRecord,
String> LANGUAGE The columnDB_ETERNAL.F_SETTLEMENT.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<FSettlementRecord,
String> METADATA The columnDB_ETERNAL.F_SETTLEMENT.METADATA. 「metadata」- 附加配置数据 -
RELATED_ID
org.jooq.TableField<FSettlementRecord,
String> RELATED_ID The columnDB_ETERNAL.F_SETTLEMENT.RELATED_ID. 「relatedId」关联ID(批次、订单、其他) -
ROUNDED
org.jooq.TableField<FSettlementRecord,
String> ROUNDED The columnDB_ETERNAL.F_SETTLEMENT.ROUNDED. 「rounded」抹零方式:四舍五入, HALF:零头舍掉, FLOOR, 零头入进, CEIL -
SERIAL
org.jooq.TableField<FSettlementRecord,
String> SERIAL The columnDB_ETERNAL.F_SETTLEMENT.SERIAL. 「serial」 - 结算单据号 -
SIGMA
org.jooq.TableField<FSettlementRecord,
String> SIGMA The columnDB_ETERNAL.F_SETTLEMENT.SIGMA. 「sigma」- 统一标识 -
SIGN_MOBILE
org.jooq.TableField<FSettlementRecord,
String> SIGN_MOBILE The columnDB_ETERNAL.F_SETTLEMENT.SIGN_MOBILE. 「signMobile」签单人电话 -
SIGN_NAME
org.jooq.TableField<FSettlementRecord,
String> SIGN_NAME The columnDB_ETERNAL.F_SETTLEMENT.SIGN_NAME. 「signName」签单人姓名 -
UPDATED_AT
org.jooq.TableField<FSettlementRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_SETTLEMENT.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FSettlementRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_SETTLEMENT.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FSettlementItem
class FSettlementItem extends org.jooq.impl.TableImpl<FSettlementItemRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FSettlementItemRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_SETTLEMENT_ITEM.ACTIVE. 「active」- 是否启用 -
AMOUNT
org.jooq.TableField<FSettlementItemRecord,
BigDecimal> AMOUNT The columnDB_ETERNAL.F_SETTLEMENT_ITEM.AMOUNT. 「amount」——价税合计,实际结算金额 -
CODE
org.jooq.TableField<FSettlementItemRecord,
String> CODE The columnDB_ETERNAL.F_SETTLEMENT_ITEM.CODE. 「code」 - 明细系统代码 -
COMMENT
org.jooq.TableField<FSettlementItemRecord,
String> COMMENT The columnDB_ETERNAL.F_SETTLEMENT_ITEM.COMMENT. 「comment」 - 明细备注 -
CREATED_AT
org.jooq.TableField<FSettlementItemRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_SETTLEMENT_ITEM.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FSettlementItemRecord,
String> CREATED_BY The columnDB_ETERNAL.F_SETTLEMENT_ITEM.CREATED_BY. 「createdBy」- 创建人 -
DEBT_ID
org.jooq.TableField<FSettlementItemRecord,
String> DEBT_ID The columnDB_ETERNAL.F_SETTLEMENT_ITEM.DEBT_ID. 「debtId」- 应收账单ID -
INCOME
org.jooq.TableField<FSettlementItemRecord,
Boolean> INCOME The columnDB_ETERNAL.F_SETTLEMENT_ITEM.INCOME. 「income」- true = 消费类,false = 付款类 -
INVOICE_ID
org.jooq.TableField<FSettlementItemRecord,
String> INVOICE_ID The columnDB_ETERNAL.F_SETTLEMENT_ITEM.INVOICE_ID. 「invoiceId」- 开票ID -
KEY
org.jooq.TableField<FSettlementItemRecord,
String> KEY The columnDB_ETERNAL.F_SETTLEMENT_ITEM.KEY. 「key」- 结算单明细主键 -
LANGUAGE
org.jooq.TableField<FSettlementItemRecord,
String> LANGUAGE The columnDB_ETERNAL.F_SETTLEMENT_ITEM.LANGUAGE. 「language」- 使用的语言 -
MANUAL_NO
org.jooq.TableField<FSettlementItemRecord,
String> MANUAL_NO The columnDB_ETERNAL.F_SETTLEMENT_ITEM.MANUAL_NO. 「manualNo」 - 手工单号(线下单号专用) -
METADATA
org.jooq.TableField<FSettlementItemRecord,
String> METADATA The columnDB_ETERNAL.F_SETTLEMENT_ITEM.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<FSettlementItemRecord,
String> NAME The columnDB_ETERNAL.F_SETTLEMENT_ITEM.NAME. 「name」 - 明细名称 -
PAY_TERM_ID
org.jooq.TableField<FSettlementItemRecord,
String> PAY_TERM_ID The columnDB_ETERNAL.F_SETTLEMENT_ITEM.PAY_TERM_ID. 「payTermId」- 账单项ID -
RELATED_ID
org.jooq.TableField<FSettlementItemRecord,
String> RELATED_ID The columnDB_ETERNAL.F_SETTLEMENT_ITEM.RELATED_ID. 「relatedId」- 关联BillItem ID(保留,原系统存在) -
SERIAL
org.jooq.TableField<FSettlementItemRecord,
String> SERIAL The columnDB_ETERNAL.F_SETTLEMENT_ITEM.SERIAL. 「serial」 - 明细编号 -
SETTLEMENT_ID
org.jooq.TableField<FSettlementItemRecord,
String> SETTLEMENT_ID The columnDB_ETERNAL.F_SETTLEMENT_ITEM.SETTLEMENT_ID. 「settlementId」- 结算单ID,该字段有值标识已经结算 -
SIGMA
org.jooq.TableField<FSettlementItemRecord,
String> SIGMA The columnDB_ETERNAL.F_SETTLEMENT_ITEM.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<FSettlementItemRecord,
String> TYPE The columnDB_ETERNAL.F_SETTLEMENT_ITEM.TYPE. 「type」- 明细类型 -
UPDATED_AT
org.jooq.TableField<FSettlementItemRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_SETTLEMENT_ITEM.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FSettlementItemRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_SETTLEMENT_ITEM.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.fm.domain.tables.FSubject
class FSubject extends org.jooq.impl.TableImpl<FSubjectRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<FSubjectRecord,
Boolean> ACTIVE The columnDB_ETERNAL.F_SUBJECT.ACTIVE. 「active」- 是否启用 -
CATEGORY
org.jooq.TableField<FSubjectRecord,
String> CATEGORY The columnDB_ETERNAL.F_SUBJECT.CATEGORY. 「category」 - 会计科目关联类别,直接对接类型树 -
CODE
org.jooq.TableField<FSubjectRecord,
String> CODE The columnDB_ETERNAL.F_SUBJECT.CODE. 「code」 - 会计科目系统编号 -
COMMENT
org.jooq.TableField<FSubjectRecord,
String> COMMENT The columnDB_ETERNAL.F_SUBJECT.COMMENT. 「comment」 - 会计科目备注 -
COMPANY_ID
org.jooq.TableField<FSubjectRecord,
String> COMPANY_ID The columnDB_ETERNAL.F_SUBJECT.COMPANY_ID. 「companyId」- 会计科目所属公司 -
CREATED_AT
org.jooq.TableField<FSubjectRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.F_SUBJECT.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<FSubjectRecord,
String> CREATED_BY The columnDB_ETERNAL.F_SUBJECT.CREATED_BY. 「createdBy」- 创建人 -
HELP_CODE
org.jooq.TableField<FSubjectRecord,
String> HELP_CODE The columnDB_ETERNAL.F_SUBJECT.HELP_CODE. 「helpCode」- 会计科目助记码 -
KEY
org.jooq.TableField<FSubjectRecord,
String> KEY The columnDB_ETERNAL.F_SUBJECT.KEY. 「key」- 会计科目ID -
LANGUAGE
org.jooq.TableField<FSubjectRecord,
String> LANGUAGE The columnDB_ETERNAL.F_SUBJECT.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<FSubjectRecord,
String> METADATA The columnDB_ETERNAL.F_SUBJECT.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<FSubjectRecord,
String> NAME The columnDB_ETERNAL.F_SUBJECT.NAME. 「name」 - 会计科目名称 -
OWNER
org.jooq.TableField<FSubjectRecord,
String> OWNER The columnDB_ETERNAL.F_SUBJECT.OWNER. 「owner」- 科目方向:OUT-借方 / IN-贷方 -
PARENT_ID
org.jooq.TableField<FSubjectRecord,
String> PARENT_ID The columnDB_ETERNAL.F_SUBJECT.PARENT_ID. 「parentId」- 会计科目父科目 -
SERIAL
org.jooq.TableField<FSubjectRecord,
String> SERIAL The columnDB_ETERNAL.F_SUBJECT.SERIAL. 「serial」 - 会计科目编号 -
SIGMA
org.jooq.TableField<FSubjectRecord,
String> SIGMA The columnDB_ETERNAL.F_SUBJECT.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<FSubjectRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.F_SUBJECT.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<FSubjectRecord,
String> UPDATED_BY The columnDB_ETERNAL.F_SUBJECT.UPDATED_BY. 「updatedBy」- 更新人
-
-
-
Package cn.vertxup.fm.domain.tables.interfaces
-
Package cn.vertxup.fm.domain.tables.pojos
-
Class cn.vertxup.fm.domain.tables.pojos.FBank
class FBank extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
alias
String alias
-
bankId
String bankId
-
branch
Boolean branch
-
branchCode
String branchCode
-
branchName
String branchName
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
locationId
String locationId
-
logo
String logo
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
website
String website
-
-
Class cn.vertxup.fm.domain.tables.pojos.FBill
class FBill extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
amount
BigDecimal amount
-
bookId
String bookId
-
category
String category
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
income
Boolean income
-
key
String key
-
language
String language
-
metadata
String metadata
-
modelId
String modelId
-
modelKey
String modelKey
-
name
String name
-
orderId
String orderId
-
serial
String serial
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FBillItem
class FBillItem extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
amount
BigDecimal amount
-
amountTotal
BigDecimal amountTotal
-
billId
String billId
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
income
Boolean income
-
key
String key
-
language
String language
-
manualNo
String manualNo
-
metadata
String metadata
-
name
String name
-
opAt
LocalDateTime opAt
-
opBy
String opBy
-
opNumber
String opNumber
-
opShift
String opShift
-
payTermId
String payTermId
-
price
BigDecimal price
-
quantity
Integer quantity
-
relatedId
String relatedId
-
serial
String serial
-
settlementId
String settlementId
-
sigma
String sigma
-
status
String status
-
subjectId
String subjectId
-
type
String type
-
unit
String unit
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FBook
class FBook extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
amount
BigDecimal amount
-
checked
Boolean checked
-
checkedDesc
String checkedDesc
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
exceed
Boolean exceed
-
exceedDesc
String exceedDesc
-
key
String key
-
language
String language
-
major
Boolean major
-
metadata
String metadata
-
modelId
String modelId
-
modelKey
String modelKey
-
name
String name
-
orderId
String orderId
-
parentId
String parentId
-
serial
String serial
-
sigma
String sigma
-
status
String status
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FCurrency
class FCurrency extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
digitAmount
Integer digitAmount
-
digitPrice
Integer digitPrice
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FDebt
class FDebt extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
amount
BigDecimal amount
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
customerId
String customerId
-
finished
Boolean finished
-
finishedAt
LocalDateTime finishedAt
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
serial
String serial
-
settlementId
String settlementId
-
sigma
String sigma
-
signMobile
String signMobile
-
signName
String signName
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FInvoice
class FInvoice extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
amount
BigDecimal amount
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
descBank
String descBank
-
descCompany
String descCompany
-
descLocation
String descLocation
-
descUser
String descUser
-
invoiceNumber
String invoiceNumber
-
invoiceSerial
String invoiceSerial
-
invoiceTitle
String invoiceTitle
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
nameBilling
String nameBilling
-
nameReceipt
String nameReceipt
-
nameRecheck
String nameRecheck
-
nameSelling
String nameSelling
-
orderId
String orderId
-
personal
Boolean personal
-
sigma
String sigma
-
tin
String tin
-
tinName
String tinName
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FPayment
class FPayment extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
amount
BigDecimal amount
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
payId
String payId
-
payMethod
String payMethod
-
payMobile
String payMobile
-
payName
String payName
-
prepay
Boolean prepay
-
serial
String serial
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FPaymentItem
class FPaymentItem extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
amount
BigDecimal amount
-
amountPre
BigDecimal amountPre
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
payId
String payId
-
paymentId
String paymentId
-
payMethod
String payMethod
-
payMobile
String payMobile
-
payName
String payName
-
serial
String serial
-
settlementId
String settlementId
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FPayTerm
class FPayTerm extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
category
String category
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
helpCode
String helpCode
-
key
String key
-
language
String language
-
leaf
Boolean leaf
-
locked
Boolean locked
-
metadata
String metadata
-
name
String name
-
parentId
String parentId
-
sigma
String sigma
-
subjectId
String subjectId
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FPreAuthorize
class FPreAuthorize extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
amount
BigDecimal amount
-
bankCard
String bankCard
-
bankName
String bankName
-
billId
String billId
-
bookId
String bookId
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
expiredAt
LocalDateTime expiredAt
-
key
String key
-
language
String language
-
metadata
String metadata
-
orderId
String orderId
-
serial
String serial
-
sigma
String sigma
-
status
String status
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FSettlement
class FSettlement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
amount
BigDecimal amount
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
customerId
String customerId
-
finished
Boolean finished
-
finishedAt
LocalDateTime finishedAt
-
key
String key
-
language
String language
-
metadata
String metadata
-
relatedId
String relatedId
-
rounded
String rounded
-
serial
String serial
-
sigma
String sigma
-
signMobile
String signMobile
-
signName
String signName
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FSettlementItem
class FSettlementItem extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
amount
BigDecimal amount
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
debtId
String debtId
-
income
Boolean income
-
invoiceId
String invoiceId
-
key
String key
-
language
String language
-
manualNo
String manualNo
-
metadata
String metadata
-
name
String name
-
payTermId
String payTermId
-
relatedId
String relatedId
-
serial
String serial
-
settlementId
String settlementId
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.fm.domain.tables.pojos.FSubject
class FSubject extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
category
String category
-
code
String code
-
comment
String comment
-
companyId
String companyId
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
helpCode
String helpCode
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
owner
String owner
-
parentId
String parentId
-
serial
String serial
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
-
Package cn.vertxup.fm.domain.tables.records
-
Class cn.vertxup.fm.domain.tables.records.FBankRecord
class FBankRecord extends org.jooq.impl.UpdatableRecordImpl<FBankRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FBillItemRecord
class FBillItemRecord extends org.jooq.impl.UpdatableRecordImpl<FBillItemRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FBillRecord
class FBillRecord extends org.jooq.impl.UpdatableRecordImpl<FBillRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FBookRecord
class FBookRecord extends org.jooq.impl.UpdatableRecordImpl<FBookRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FCurrencyRecord
class FCurrencyRecord extends org.jooq.impl.UpdatableRecordImpl<FCurrencyRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FDebtRecord
class FDebtRecord extends org.jooq.impl.UpdatableRecordImpl<FDebtRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FInvoiceRecord
class FInvoiceRecord extends org.jooq.impl.UpdatableRecordImpl<FInvoiceRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FPaymentItemRecord
class FPaymentItemRecord extends org.jooq.impl.UpdatableRecordImpl<FPaymentItemRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FPaymentRecord
class FPaymentRecord extends org.jooq.impl.UpdatableRecordImpl<FPaymentRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FPayTermRecord
class FPayTermRecord extends org.jooq.impl.UpdatableRecordImpl<FPayTermRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FPreAuthorizeRecord
class FPreAuthorizeRecord extends org.jooq.impl.UpdatableRecordImpl<FPreAuthorizeRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FSettlementItemRecord
class FSettlementItemRecord extends org.jooq.impl.UpdatableRecordImpl<FSettlementItemRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FSettlementRecord
class FSettlementRecord extends org.jooq.impl.UpdatableRecordImpl<FSettlementRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.fm.domain.tables.records.FSubjectRecord
class FSubjectRecord extends org.jooq.impl.UpdatableRecordImpl<FSubjectRecord> implements Serializable- serialVersionUID:
- 1L
-
-
Package io.vertx.tp.fm.atom
-
Class io.vertx.tp.fm.atom.BillData
class BillData extends Object implements Serializable
-