Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

routeschedule.js 374B

123456789101112
  1. var Bizgaze;
  2. (function (Bizgaze) {
  3. let Platform;
  4. (function (Platform) {
  5. let Infos;
  6. (function (Infos) {
  7. class RouteSedule {
  8. }
  9. Infos.RouteSedule = RouteSedule;
  10. })(Infos = Platform.Infos || (Platform.Infos = {}));
  11. })(Platform = Bizgaze.Platform || (Bizgaze.Platform = {}));
  12. })(Bizgaze || (Bizgaze = {}));