Package cn.vertxup.erp.domain
Class Tables
- java.lang.Object
-
- cn.vertxup.erp.domain.Tables
-
public class Tables extends Object
Convenience access to all tables in DB_ETERNAL.
-
-
Field Summary
Fields Modifier and Type Field Description static EBrandE_BRANDThe tableDB_ETERNAL.E_BRAND.static ECompanyE_COMPANYThe tableDB_ETERNAL.E_COMPANY.static EContractE_CONTRACTThe tableDB_ETERNAL.E_CONTRACT.static ECustomerE_CUSTOMERThe tableDB_ETERNAL.E_CUSTOMER.static EDeptE_DEPTThe tableDB_ETERNAL.E_DEPT.static EEmployeeE_EMPLOYEEThe tableDB_ETERNAL.E_EMPLOYEE.static EIdentityE_IDENTITYThe tableDB_ETERNAL.E_IDENTITY.static ETeamE_TEAMThe tableDB_ETERNAL.E_TEAM.static RCompanyCustomerR_COMPANY_CUSTOMERThe tableDB_ETERNAL.R_COMPANY_CUSTOMER.static RTeamEmployeeR_TEAM_EMPLOYEEThe tableDB_ETERNAL.R_TEAM_EMPLOYEE.
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
E_BRAND
public static final EBrand E_BRAND
The tableDB_ETERNAL.E_BRAND.
-
E_COMPANY
public static final ECompany E_COMPANY
The tableDB_ETERNAL.E_COMPANY.
-
E_CONTRACT
public static final EContract E_CONTRACT
The tableDB_ETERNAL.E_CONTRACT.
-
E_CUSTOMER
public static final ECustomer E_CUSTOMER
The tableDB_ETERNAL.E_CUSTOMER.
-
E_DEPT
public static final EDept E_DEPT
The tableDB_ETERNAL.E_DEPT.
-
E_EMPLOYEE
public static final EEmployee E_EMPLOYEE
The tableDB_ETERNAL.E_EMPLOYEE.
-
E_IDENTITY
public static final EIdentity E_IDENTITY
The tableDB_ETERNAL.E_IDENTITY.
-
E_TEAM
public static final ETeam E_TEAM
The tableDB_ETERNAL.E_TEAM.
-
R_COMPANY_CUSTOMER
public static final RCompanyCustomer R_COMPANY_CUSTOMER
The tableDB_ETERNAL.R_COMPANY_CUSTOMER.
-
R_TEAM_EMPLOYEE
public static final RTeamEmployee R_TEAM_EMPLOYEE
The tableDB_ETERNAL.R_TEAM_EMPLOYEE.
-
-