Class Tables

java.lang.Object
cn.vertxup.erp.domain.Tables

public class Tables extends Object
Convenience access to all tables in DB_ETERNAL.
  • Field Details

    • E_ASSET

      public static final EAsset E_ASSET
      The table DB_ETERNAL.E_ASSET.
    • E_BRAND

      public static final EBrand E_BRAND
      The table DB_ETERNAL.E_BRAND.
    • E_COMPANY

      public static final ECompany E_COMPANY
      The table DB_ETERNAL.E_COMPANY.
    • E_CONTRACT

      public static final EContract E_CONTRACT
      The table DB_ETERNAL.E_CONTRACT.
    • E_CUSTOMER

      public static final ECustomer E_CUSTOMER
      The table DB_ETERNAL.E_CUSTOMER.
    • E_DEPT

      public static final EDept E_DEPT
      The table DB_ETERNAL.E_DEPT.
    • E_EMPLOYEE

      public static final EEmployee E_EMPLOYEE
      The table DB_ETERNAL.E_EMPLOYEE.
    • E_IDENTITY

      public static final EIdentity E_IDENTITY
      The table DB_ETERNAL.E_IDENTITY.
    • E_PROJECT

      public static final EProject E_PROJECT
      The table DB_ETERNAL.E_PROJECT.
    • E_TEAM

      public static final ETeam E_TEAM
      The table DB_ETERNAL.E_TEAM.
    • R_ASSET_SHARE

      public static final RAssetShare R_ASSET_SHARE
      The table DB_ETERNAL.R_ASSET_SHARE.
    • R_COMPANY_CUSTOMER

      public static final RCompanyCustomer R_COMPANY_CUSTOMER
      The table DB_ETERNAL.R_COMPANY_CUSTOMER.
    • R_TEAM_EMPLOYEE

      public static final RTeamEmployee R_TEAM_EMPLOYEE
      The table DB_ETERNAL.R_TEAM_EMPLOYEE.
    • T_OA_ASSIGNMENT

      public static final TOaAssignment T_OA_ASSIGNMENT
      The table DB_ETERNAL.T_OA_ASSIGNMENT.
    • T_OA_TRAINING

      public static final TOaTraining T_OA_TRAINING
      The table DB_ETERNAL.T_OA_TRAINING.
    • T_OA_TRIP

      public static final TOaTrip T_OA_TRIP
      The table DB_ETERNAL.T_OA_TRIP.
    • T_OA_VACATION

      public static final TOaVacation T_OA_VACATION
      The table DB_ETERNAL.T_OA_VACATION.
    • T_VENDOR_ASSESSMENT

      public static final TVendorAssessment T_VENDOR_ASSESSMENT
      The table DB_ETERNAL.T_VENDOR_ASSESSMENT.
    • T_VENDOR_CHECK_IN

      public static final TVendorCheckIn T_VENDOR_CHECK_IN
      The table DB_ETERNAL.T_VENDOR_CHECK_IN.
    • T_VENDOR_CHECK_OUT

      public static final TVendorCheckOut T_VENDOR_CHECK_OUT
      The table DB_ETERNAL.T_VENDOR_CHECK_OUT.
    • T_VENDOR_HOUR

      public static final TVendorHour T_VENDOR_HOUR
      The table DB_ETERNAL.T_VENDOR_HOUR.
  • Constructor Details

    • Tables

      public Tables()