/// Description: routes
/// Time       : 08/18/2023 Friday
/// Author     : liuyuqi.gov@msn.cn
class Routes {
  static const String home = "/home";
  static const String splash = "/splash";

  static void onGenerateRoute(){

  }
}