All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.vertxup.erp.domain.Tables Maven / Gradle / Ivy

/*
 * This file is generated by jOOQ.
 */
package cn.vertxup.erp.domain;


import cn.vertxup.erp.domain.tables.EBrand;
import cn.vertxup.erp.domain.tables.ECompany;
import cn.vertxup.erp.domain.tables.EContract;
import cn.vertxup.erp.domain.tables.ECustomer;
import cn.vertxup.erp.domain.tables.EDept;
import cn.vertxup.erp.domain.tables.EEmployee;
import cn.vertxup.erp.domain.tables.EIdentity;
import cn.vertxup.erp.domain.tables.ETeam;
import cn.vertxup.erp.domain.tables.RCompanyCustomer;
import cn.vertxup.erp.domain.tables.RTeamEmployee;


/**
 * Convenience access to all tables in DB_ETERNAL.
 */
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {

    /**
     * The table DB_ETERNAL.E_BRAND.
     */
    public static final EBrand E_BRAND = EBrand.E_BRAND;

    /**
     * The table DB_ETERNAL.E_COMPANY.
     */
    public static final ECompany E_COMPANY = ECompany.E_COMPANY;

    /**
     * The table DB_ETERNAL.E_CONTRACT.
     */
    public static final EContract E_CONTRACT = EContract.E_CONTRACT;

    /**
     * The table DB_ETERNAL.E_CUSTOMER.
     */
    public static final ECustomer E_CUSTOMER = ECustomer.E_CUSTOMER;

    /**
     * The table DB_ETERNAL.E_DEPT.
     */
    public static final EDept E_DEPT = EDept.E_DEPT;

    /**
     * The table DB_ETERNAL.E_EMPLOYEE.
     */
    public static final EEmployee E_EMPLOYEE = EEmployee.E_EMPLOYEE;

    /**
     * The table DB_ETERNAL.E_IDENTITY.
     */
    public static final EIdentity E_IDENTITY = EIdentity.E_IDENTITY;

    /**
     * The table DB_ETERNAL.E_TEAM.
     */
    public static final ETeam E_TEAM = ETeam.E_TEAM;

    /**
     * The table DB_ETERNAL.R_COMPANY_CUSTOMER.
     */
    public static final RCompanyCustomer R_COMPANY_CUSTOMER = RCompanyCustomer.R_COMPANY_CUSTOMER;

    /**
     * The table DB_ETERNAL.R_TEAM_EMPLOYEE.
     */
    public static final RTeamEmployee R_TEAM_EMPLOYEE = RTeamEmployee.R_TEAM_EMPLOYEE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy