import { OracleDataTypes } from '../enum/data.type';
export interface IAttrInfo {
    column: string;
    type: OracleDataTypes;
}
