/* * This file is generated by jOOQ. */ package jooq; import javax.annotation.Generated; import jooq.tables.Accountrecord; import jooq.tables.Accrecord; import jooq.tables.Brokerinfor; import jooq.tables.Cardaccount; import jooq.tables.Cashrecord; import jooq.tables.Chatrecord; import jooq.tables.CoinShareRecord; import jooq.tables.Datatypeinfo; import jooq.tables.Honorinfo; import jooq.tables.Imlog; import jooq.tables.Log; import jooq.tables.Memberinfo; import jooq.tables.Membersign; import jooq.tables.Modelact; import jooq.tables.Modelactitem; import jooq.tables.Modelcard; import jooq.tables.Modelfan; import jooq.tables.Modelfigure; import jooq.tables.Modelinfo; import jooq.tables.Modelintimate; import jooq.tables.Modelphoto; import jooq.tables.Modelprice; import jooq.tables.Modelprivate; import jooq.tables.Modelprivatediscuss; import jooq.tables.Modelprivateitem; import jooq.tables.Nexus; import jooq.tables.Onlinelog; import jooq.tables.Orderrecord; import jooq.tables.Paraminfo; import jooq.tables.Parttyinfo; import jooq.tables.Parttysign; import jooq.tables.Redpacket; import jooq.tables.Reportinfo; import jooq.tables.Sharerecord; import jooq.tables.Videorecord; /** * Convenience access to all tables in thmodel */ @Generated( value = { "http://www.jooq.org", "jOOQ version:3.11.5" }, comments = "This class is generated by jOOQ" ) @SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Tables { /** * The table thmodel.accountrecord. */ public static final Accountrecord ACCOUNTRECORD = jooq.tables.Accountrecord.ACCOUNTRECORD; /** * The table thmodel.accrecord. */ public static final Accrecord ACCRECORD = jooq.tables.Accrecord.ACCRECORD; /** * The table thmodel.brokerinfor. */ public static final Brokerinfor BROKERINFOR = jooq.tables.Brokerinfor.BROKERINFOR; /** * The table thmodel.cardaccount. */ public static final Cardaccount CARDACCOUNT = jooq.tables.Cardaccount.CARDACCOUNT; /** * The table thmodel.cashrecord. */ public static final Cashrecord CASHRECORD = jooq.tables.Cashrecord.CASHRECORD; /** * 类别:文字、语音、图片 */ public static final Chatrecord CHATRECORD = jooq.tables.Chatrecord.CHATRECORD; /** * The table thmodel.coin_share_record. */ public static final CoinShareRecord COIN_SHARE_RECORD = jooq.tables.CoinShareRecord.COIN_SHARE_RECORD; /** * The table thmodel.datatypeinfo. */ public static final Datatypeinfo DATATYPEINFO = jooq.tables.Datatypeinfo.DATATYPEINFO; /** * The table thmodel.honorinfo. */ public static final Honorinfo HONORINFO = jooq.tables.Honorinfo.HONORINFO; /** * The table thmodel.imlog. */ public static final Imlog IMLOG = jooq.tables.Imlog.IMLOG; /** * The table thmodel.log. */ public static final Log LOG = jooq.tables.Log.LOG; /** * The table thmodel.memberinfo. */ public static final Memberinfo MEMBERINFO = jooq.tables.Memberinfo.MEMBERINFO; /** * The table thmodel.membersign. */ public static final Membersign MEMBERSIGN = jooq.tables.Membersign.MEMBERSIGN; /** * The table thmodel.modelact. */ public static final Modelact MODELACT = jooq.tables.Modelact.MODELACT; /** * The table thmodel.modelactitem. */ public static final Modelactitem MODELACTITEM = jooq.tables.Modelactitem.MODELACTITEM; /** * The table thmodel.modelcard. */ public static final Modelcard MODELCARD = jooq.tables.Modelcard.MODELCARD; /** * The table thmodel.modelfan. */ public static final Modelfan MODELFAN = jooq.tables.Modelfan.MODELFAN; /** * The table thmodel.modelfigure. */ public static final Modelfigure MODELFIGURE = jooq.tables.Modelfigure.MODELFIGURE; /** * The table thmodel.modelinfo. */ public static final Modelinfo MODELINFO = jooq.tables.Modelinfo.MODELINFO; /** * The table thmodel.modelintimate. */ public static final Modelintimate MODELINTIMATE = jooq.tables.Modelintimate.MODELINTIMATE; /** * The table thmodel.modelphoto. */ public static final Modelphoto MODELPHOTO = jooq.tables.Modelphoto.MODELPHOTO; /** * The table thmodel.modelprice. */ public static final Modelprice MODELPRICE = jooq.tables.Modelprice.MODELPRICE; /** * The table thmodel.modelprivate. */ public static final Modelprivate MODELPRIVATE = jooq.tables.Modelprivate.MODELPRIVATE; /** * The table thmodel.modelprivatediscuss. */ public static final Modelprivatediscuss MODELPRIVATEDISCUSS = jooq.tables.Modelprivatediscuss.MODELPRIVATEDISCUSS; /** * The table thmodel.modelprivateitem. */ public static final Modelprivateitem MODELPRIVATEITEM = jooq.tables.Modelprivateitem.MODELPRIVATEITEM; /** * The table thmodel.nexus. */ public static final Nexus NEXUS = jooq.tables.Nexus.NEXUS; /** * The table thmodel.onlinelog. */ public static final Onlinelog ONLINELOG = jooq.tables.Onlinelog.ONLINELOG; /** * The table thmodel.orderrecord. */ public static final Orderrecord ORDERRECORD = jooq.tables.Orderrecord.ORDERRECORD; /** * The table thmodel.paraminfo. */ public static final Paraminfo PARAMINFO = jooq.tables.Paraminfo.PARAMINFO; /** * The table thmodel.parttyinfo. */ public static final Parttyinfo PARTTYINFO = jooq.tables.Parttyinfo.PARTTYINFO; /** * The table thmodel.parttysign. */ public static final Parttysign PARTTYSIGN = jooq.tables.Parttysign.PARTTYSIGN; /** * The table thmodel.redpacket. */ public static final Redpacket REDPACKET = jooq.tables.Redpacket.REDPACKET; /** * The table thmodel.reportinfo. */ public static final Reportinfo REPORTINFO = jooq.tables.Reportinfo.REPORTINFO; /** * 分享记录 */ public static final Sharerecord SHARERECORD = jooq.tables.Sharerecord.SHARERECORD; /** * The table thmodel.videorecord. */ public static final Videorecord VIDEORECORD = jooq.tables.Videorecord.VIDEORECORD; }