Built files from Bizgaze WebServer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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 = {}));