/**
 * @file 主模块路由定义
 * @author JunBin.Yang
 */
export class MainRoutes {
  /**
   * 主框架路由
   */
  static Main = "main/main";
}