Serialized Form
-
Package cn.vertxup.lbs.domain
-
Class cn.vertxup.lbs.domain.Db extends org.jooq.impl.SchemaImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
L_CITY
LCity L_CITY
The tableDB_ETERNAL.L_CITY. -
L_COUNTRY
LCountry L_COUNTRY
The tableDB_ETERNAL.L_COUNTRY. -
L_FLOOR
LFloor L_FLOOR
The tableDB_ETERNAL.L_FLOOR. -
L_LOCATION
LLocation L_LOCATION
The tableDB_ETERNAL.L_LOCATION. -
L_REGION
LRegion L_REGION
The tableDB_ETERNAL.L_REGION. -
L_STATE
LState L_STATE
The tableDB_ETERNAL.L_STATE. -
L_TENT
LTent L_TENT
The tableDB_ETERNAL.L_TENT. -
L_YARD
LYard L_YARD
The tableDB_ETERNAL.L_YARD.
-
-
Class cn.vertxup.lbs.domain.DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
DB_ETERNAL
Db DB_ETERNAL
The schemaDB_ETERNAL.
-
-
-
Package cn.vertxup.lbs.domain.tables
-
Class cn.vertxup.lbs.domain.tables.LCity extends org.jooq.impl.TableImpl<LCityRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<LCityRecord,Boolean> ACTIVE
The columnDB_ETERNAL.L_CITY.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<LCityRecord,String> CODE
The columnDB_ETERNAL.L_CITY.CODE. 「code」- 编码 -
CREATED_AT
org.jooq.TableField<LCityRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.L_CITY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<LCityRecord,String> CREATED_BY
The columnDB_ETERNAL.L_CITY.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<LCityRecord,String> KEY
The columnDB_ETERNAL.L_CITY.KEY. 「key」- 主键 -
LANGUAGE
org.jooq.TableField<LCityRecord,String> LANGUAGE
The columnDB_ETERNAL.L_CITY.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<LCityRecord,String> METADATA
The columnDB_ETERNAL.L_CITY.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<LCityRecord,String> NAME
The columnDB_ETERNAL.L_CITY.NAME. 「name」- 名称 -
ORDER
org.jooq.TableField<LCityRecord,Integer> ORDER
The columnDB_ETERNAL.L_CITY.ORDER. 「order」- 排序 -
SIGMA
org.jooq.TableField<LCityRecord,String> SIGMA
The columnDB_ETERNAL.L_CITY.SIGMA. 「sigma」- 统一标识 -
STATE_ID
org.jooq.TableField<LCityRecord,String> STATE_ID
The columnDB_ETERNAL.L_CITY.STATE_ID. 「stateId」- 省会ID -
UPDATED_AT
org.jooq.TableField<LCityRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.L_CITY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<LCityRecord,String> UPDATED_BY
The columnDB_ETERNAL.L_CITY.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.lbs.domain.tables.LCountry extends org.jooq.impl.TableImpl<LCountryRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<LCountryRecord,Boolean> ACTIVE
The columnDB_ETERNAL.L_COUNTRY.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<LCountryRecord,String> CODE
The columnDB_ETERNAL.L_COUNTRY.CODE. 「code」- 国家编号 -
CREATED_AT
org.jooq.TableField<LCountryRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.L_COUNTRY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<LCountryRecord,String> CREATED_BY
The columnDB_ETERNAL.L_COUNTRY.CREATED_BY. 「createdBy」- 创建人 -
CURRENCY
org.jooq.TableField<LCountryRecord,String> CURRENCY
The columnDB_ETERNAL.L_COUNTRY.CURRENCY. 「currency」- 使用货币 -
FLAG
org.jooq.TableField<LCountryRecord,String> FLAG
The columnDB_ETERNAL.L_COUNTRY.FLAG. 「flag」- 国旗 -
KEY
org.jooq.TableField<LCountryRecord,String> KEY
The columnDB_ETERNAL.L_COUNTRY.KEY. 「key」- 国家主键 -
LANGUAGE
org.jooq.TableField<LCountryRecord,String> LANGUAGE
The columnDB_ETERNAL.L_COUNTRY.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<LCountryRecord,String> METADATA
The columnDB_ETERNAL.L_COUNTRY.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<LCountryRecord,String> NAME
The columnDB_ETERNAL.L_COUNTRY.NAME. 「name」- 国家名称 -
ORDER
org.jooq.TableField<LCountryRecord,Integer> ORDER
The columnDB_ETERNAL.L_COUNTRY.ORDER. 「order」- 排序 -
PHONE_PREFIX
org.jooq.TableField<LCountryRecord,String> PHONE_PREFIX
The columnDB_ETERNAL.L_COUNTRY.PHONE_PREFIX. 「phonePrefix」- 电话前缀 -
SIGMA
org.jooq.TableField<LCountryRecord,String> SIGMA
The columnDB_ETERNAL.L_COUNTRY.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<LCountryRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.L_COUNTRY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<LCountryRecord,String> UPDATED_BY
The columnDB_ETERNAL.L_COUNTRY.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.lbs.domain.tables.LFloor extends org.jooq.impl.TableImpl<LFloorRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<LFloorRecord,Boolean> ACTIVE
The columnDB_ETERNAL.L_FLOOR.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<LFloorRecord,String> CODE
The columnDB_ETERNAL.L_FLOOR.CODE. 「code」- 编码 -
CREATED_AT
org.jooq.TableField<LFloorRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.L_FLOOR.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<LFloorRecord,String> CREATED_BY
The columnDB_ETERNAL.L_FLOOR.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<LFloorRecord,String> KEY
The columnDB_ETERNAL.L_FLOOR.KEY. 「key」- 主键 -
LANGUAGE
org.jooq.TableField<LFloorRecord,String> LANGUAGE
The columnDB_ETERNAL.L_FLOOR.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<LFloorRecord,String> METADATA
The columnDB_ETERNAL.L_FLOOR.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<LFloorRecord,String> NAME
The columnDB_ETERNAL.L_FLOOR.NAME. 「name」- 名称 -
ORDER
org.jooq.TableField<LFloorRecord,Integer> ORDER
The columnDB_ETERNAL.L_FLOOR.ORDER. 「order」- 排序 -
SIGMA
org.jooq.TableField<LFloorRecord,String> SIGMA
The columnDB_ETERNAL.L_FLOOR.SIGMA. 「sigma」- 统一标识 -
TENT_ID
org.jooq.TableField<LFloorRecord,String> TENT_ID
The columnDB_ETERNAL.L_FLOOR.TENT_ID. 「tentId」- 栋ID -
UPDATED_AT
org.jooq.TableField<LFloorRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.L_FLOOR.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<LFloorRecord,String> UPDATED_BY
The columnDB_ETERNAL.L_FLOOR.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.lbs.domain.tables.LLocation extends org.jooq.impl.TableImpl<LLocationRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<LLocationRecord,Boolean> ACTIVE
The columnDB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用 -
ADDRESS
org.jooq.TableField<LLocationRecord,String> ADDRESS
The columnDB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址 -
CITY
org.jooq.TableField<LLocationRecord,String> CITY
The columnDB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市 -
CODE
org.jooq.TableField<LLocationRecord,String> CODE
The columnDB_ETERNAL.L_LOCATION.CODE. 「code」- 编码 -
COUNTRY
org.jooq.TableField<LLocationRecord,String> COUNTRY
The columnDB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家 -
CREATED_AT
org.jooq.TableField<LLocationRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.L_LOCATION.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<LLocationRecord,String> CREATED_BY
The columnDB_ETERNAL.L_LOCATION.CREATED_BY. 「createdBy」- 创建人 -
FULL_NAME
org.jooq.TableField<LLocationRecord,String> FULL_NAME
The columnDB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称 -
KEY
org.jooq.TableField<LLocationRecord,String> KEY
The columnDB_ETERNAL.L_LOCATION.KEY. 「key」- 主键 -
LANGUAGE
org.jooq.TableField<LLocationRecord,String> LANGUAGE
The columnDB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<LLocationRecord,String> METADATA
The columnDB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<LLocationRecord,String> NAME
The columnDB_ETERNAL.L_LOCATION.NAME. 「name」- 名称 -
POSTAL
org.jooq.TableField<LLocationRecord,String> POSTAL
The columnDB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码 -
REGION
org.jooq.TableField<LLocationRecord,String> REGION
The columnDB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域 -
REGION_ID
org.jooq.TableField<LLocationRecord,String> REGION_ID
The columnDB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID -
SIGMA
org.jooq.TableField<LLocationRecord,String> SIGMA
The columnDB_ETERNAL.L_LOCATION.SIGMA. 「sigma」- 统一标识 -
STATE
org.jooq.TableField<LLocationRecord,String> STATE
The columnDB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会 -
STREET1
org.jooq.TableField<LLocationRecord,String> STREET1
The columnDB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1 -
STREET2
org.jooq.TableField<LLocationRecord,String> STREET2
The columnDB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2 -
STREET3
org.jooq.TableField<LLocationRecord,String> STREET3
The columnDB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3 -
UPDATED_AT
org.jooq.TableField<LLocationRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.L_LOCATION.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<LLocationRecord,String> UPDATED_BY
The columnDB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.lbs.domain.tables.LRegion extends org.jooq.impl.TableImpl<LRegionRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<LRegionRecord,Boolean> ACTIVE
The columnDB_ETERNAL.L_REGION.ACTIVE. 「active」- 是否启用 -
CITY_ID
org.jooq.TableField<LRegionRecord,String> CITY_ID
The columnDB_ETERNAL.L_REGION.CITY_ID. 「cityId」- 城市ID -
CODE
org.jooq.TableField<LRegionRecord,String> CODE
The columnDB_ETERNAL.L_REGION.CODE. 「code」- 编码 -
CREATED_AT
org.jooq.TableField<LRegionRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.L_REGION.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<LRegionRecord,String> CREATED_BY
The columnDB_ETERNAL.L_REGION.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<LRegionRecord,String> KEY
The columnDB_ETERNAL.L_REGION.KEY. 「key」- 主键 -
LANGUAGE
org.jooq.TableField<LRegionRecord,String> LANGUAGE
The columnDB_ETERNAL.L_REGION.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<LRegionRecord,String> METADATA
The columnDB_ETERNAL.L_REGION.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<LRegionRecord,String> NAME
The columnDB_ETERNAL.L_REGION.NAME. 「name」- 名称 -
ORDER
org.jooq.TableField<LRegionRecord,Integer> ORDER
The columnDB_ETERNAL.L_REGION.ORDER. 「order」- 排序 -
SIGMA
org.jooq.TableField<LRegionRecord,String> SIGMA
The columnDB_ETERNAL.L_REGION.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<LRegionRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.L_REGION.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<LRegionRecord,String> UPDATED_BY
The columnDB_ETERNAL.L_REGION.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.lbs.domain.tables.LState extends org.jooq.impl.TableImpl<LStateRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<LStateRecord,Boolean> ACTIVE
The columnDB_ETERNAL.L_STATE.ACTIVE. 「active」- 是否启用 -
ALIAS
org.jooq.TableField<LStateRecord,String> ALIAS
The columnDB_ETERNAL.L_STATE.ALIAS. 「alias」- 别名(缩写) -
CODE
org.jooq.TableField<LStateRecord,String> CODE
The columnDB_ETERNAL.L_STATE.CODE. 「code」- 省会编码 -
COUNTRY_ID
org.jooq.TableField<LStateRecord,String> COUNTRY_ID
The columnDB_ETERNAL.L_STATE.COUNTRY_ID. 「countryId」- 国家ID -
CREATED_AT
org.jooq.TableField<LStateRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.L_STATE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<LStateRecord,String> CREATED_BY
The columnDB_ETERNAL.L_STATE.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<LStateRecord,String> KEY
The columnDB_ETERNAL.L_STATE.KEY. 「key」- 省会主键 -
LANGUAGE
org.jooq.TableField<LStateRecord,String> LANGUAGE
The columnDB_ETERNAL.L_STATE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<LStateRecord,String> METADATA
The columnDB_ETERNAL.L_STATE.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<LStateRecord,String> NAME
The columnDB_ETERNAL.L_STATE.NAME. 「name」- 省会名称 -
ORDER
org.jooq.TableField<LStateRecord,Integer> ORDER
The columnDB_ETERNAL.L_STATE.ORDER. 「order」- 排序 -
SIGMA
org.jooq.TableField<LStateRecord,String> SIGMA
The columnDB_ETERNAL.L_STATE.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<LStateRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.L_STATE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<LStateRecord,String> UPDATED_BY
The columnDB_ETERNAL.L_STATE.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.lbs.domain.tables.LTent extends org.jooq.impl.TableImpl<LTentRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<LTentRecord,Boolean> ACTIVE
The columnDB_ETERNAL.L_TENT.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<LTentRecord,String> CODE
The columnDB_ETERNAL.L_TENT.CODE. 「code」- 编码 -
CONTACT_NAME
org.jooq.TableField<LTentRecord,String> CONTACT_NAME
The columnDB_ETERNAL.L_TENT.CONTACT_NAME. 「contactName」- 联系人姓名 -
CONTACT_PHONE
org.jooq.TableField<LTentRecord,String> CONTACT_PHONE
The columnDB_ETERNAL.L_TENT.CONTACT_PHONE. 「contactPhone」- 联系电话 -
CREATED_AT
org.jooq.TableField<LTentRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.L_TENT.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<LTentRecord,String> CREATED_BY
The columnDB_ETERNAL.L_TENT.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<LTentRecord,String> KEY
The columnDB_ETERNAL.L_TENT.KEY. 「key」- 主键 -
LANGUAGE
org.jooq.TableField<LTentRecord,String> LANGUAGE
The columnDB_ETERNAL.L_TENT.LANGUAGE. 「language」- 使用的语言 -
LOCATION_ID
org.jooq.TableField<LTentRecord,String> LOCATION_ID
The columnDB_ETERNAL.L_TENT.LOCATION_ID. 「locationId」- 关联地址ID -
METADATA
org.jooq.TableField<LTentRecord,String> METADATA
The columnDB_ETERNAL.L_TENT.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<LTentRecord,String> NAME
The columnDB_ETERNAL.L_TENT.NAME. 「name」- 名称 -
ORDER
org.jooq.TableField<LTentRecord,Integer> ORDER
The columnDB_ETERNAL.L_TENT.ORDER. 「order」- 排序 -
SIGMA
org.jooq.TableField<LTentRecord,String> SIGMA
The columnDB_ETERNAL.L_TENT.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<LTentRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.L_TENT.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<LTentRecord,String> UPDATED_BY
The columnDB_ETERNAL.L_TENT.UPDATED_BY. 「updatedBy」- 更新人 -
YARD_ID
org.jooq.TableField<LTentRecord,String> YARD_ID
The columnDB_ETERNAL.L_TENT.YARD_ID. 「yardId」- 关联小区ID
-
-
Class cn.vertxup.lbs.domain.tables.LYard extends org.jooq.impl.TableImpl<LYardRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<LYardRecord,Boolean> ACTIVE
The columnDB_ETERNAL.L_YARD.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<LYardRecord,String> CODE
The columnDB_ETERNAL.L_YARD.CODE. 「code」- 编码 -
CREATED_AT
org.jooq.TableField<LYardRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.L_YARD.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<LYardRecord,String> CREATED_BY
The columnDB_ETERNAL.L_YARD.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<LYardRecord,String> KEY
The columnDB_ETERNAL.L_YARD.KEY. 「key」- 主键 -
LANGUAGE
org.jooq.TableField<LYardRecord,String> LANGUAGE
The columnDB_ETERNAL.L_YARD.LANGUAGE. 「language」- 使用的语言 -
LOCATION_ID
org.jooq.TableField<LYardRecord,String> LOCATION_ID
The columnDB_ETERNAL.L_YARD.LOCATION_ID. 「locationId」- 关联地址ID -
METADATA
org.jooq.TableField<LYardRecord,String> METADATA
The columnDB_ETERNAL.L_YARD.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<LYardRecord,String> NAME
The columnDB_ETERNAL.L_YARD.NAME. 「name」- 名称 -
ORDER
org.jooq.TableField<LYardRecord,Integer> ORDER
The columnDB_ETERNAL.L_YARD.ORDER. 「order」- 排序 -
SIGMA
org.jooq.TableField<LYardRecord,String> SIGMA
The columnDB_ETERNAL.L_YARD.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<LYardRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.L_YARD.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<LYardRecord,String> UPDATED_BY
The columnDB_ETERNAL.L_YARD.UPDATED_BY. 「updatedBy」- 更新人
-
-
-
Package cn.vertxup.lbs.domain.tables.interfaces
-
Package cn.vertxup.lbs.domain.tables.pojos
-
Class cn.vertxup.lbs.domain.tables.pojos.LCity extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
order
Integer order
-
sigma
String sigma
-
stateId
String stateId
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.lbs.domain.tables.pojos.LCountry extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
currency
String currency
-
flag
String flag
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
order
Integer order
-
phonePrefix
String phonePrefix
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.lbs.domain.tables.pojos.LFloor extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
order
Integer order
-
sigma
String sigma
-
tentId
String tentId
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.lbs.domain.tables.pojos.LLocation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
address
String address
-
city
String city
-
code
String code
-
country
String country
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
fullName
String fullName
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
postal
String postal
-
region
String region
-
regionId
String regionId
-
sigma
String sigma
-
state
String state
-
street1
String street1
-
street2
String street2
-
street3
String street3
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.lbs.domain.tables.pojos.LRegion extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
cityId
String cityId
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
order
Integer order
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.lbs.domain.tables.pojos.LState extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
alias
String alias
-
code
String code
-
countryId
String countryId
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
order
Integer order
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.lbs.domain.tables.pojos.LTent extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
contactName
String contactName
-
contactPhone
String contactPhone
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
locationId
String locationId
-
metadata
String metadata
-
name
String name
-
order
Integer order
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
yardId
String yardId
-
-
Class cn.vertxup.lbs.domain.tables.pojos.LYard extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
locationId
String locationId
-
metadata
String metadata
-
name
String name
-
order
Integer order
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
-
Package cn.vertxup.lbs.domain.tables.records
-
Class cn.vertxup.lbs.domain.tables.records.LCityRecord extends org.jooq.impl.UpdatableRecordImpl<LCityRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.lbs.domain.tables.records.LCountryRecord extends org.jooq.impl.UpdatableRecordImpl<LCountryRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.lbs.domain.tables.records.LFloorRecord extends org.jooq.impl.UpdatableRecordImpl<LFloorRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.lbs.domain.tables.records.LLocationRecord extends org.jooq.impl.UpdatableRecordImpl<LLocationRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.lbs.domain.tables.records.LRegionRecord extends org.jooq.impl.UpdatableRecordImpl<LRegionRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.lbs.domain.tables.records.LStateRecord extends org.jooq.impl.UpdatableRecordImpl<LStateRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.lbs.domain.tables.records.LTentRecord extends org.jooq.impl.UpdatableRecordImpl<LTentRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.lbs.domain.tables.records.LYardRecord extends org.jooq.impl.UpdatableRecordImpl<LYardRecord> implements Serializable
- serialVersionUID:
- 1L
-