/**
 * 任意类型
 * @author JunBin.Yang
 */
export type Any = any;