/**
 * @file action的类型
 * @Author wangjie19
 * @Date 2020-07-25 21:29:39
 * @Last Modified by: wangjie19
 * @Last Modified time: 2020-07-25 21:46:21
 */

 /** 根目录 */
export const ROOT = 'ROOT';
/** 数据库 */
export const DB = 'DB';
/** 表 */
export const TABLE = 'TABLE';
