package com.xzx.gc.entity; /** * 描述:用于辅助序列化beetlsql 的TailBean * @author : xiandafu */ public class BaseEntity { protected final static String ORACLE_CORE_SEQ_NAME="core_seq"; protected final static String ORACLE_AUDIT_SEQ_NAME="audit_seq"; protected final static String ORACLE_FILE_SEQ_NAME="core_seq"; }