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

basemanager.js 625B

1234567891011121314151617
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Core;
  6. (function (Core) {
  7. class BaseManager {
  8. dataHelper() {
  9. if (this._dataHelper === undefined || this._dataHelper === null)
  10. this._dataHelper = new Platform.Helpers.DataHelper();
  11. return this._dataHelper;
  12. }
  13. }
  14. Core.BaseManager = BaseManager;
  15. })(Core = Platform.Core || (Platform.Core = {}));
  16. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  17. })(Unibase || (Unibase = {}));