UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

AECWorks BIMBox 产品线 BIMServer 的 sdk 的 JavaScript 实现,采用Typescript语言

14 lines 471 B
import { UserPageModel } from '../model/user'; var UserPageProxy = /** @class */ (function () { function UserPageProxy(responseData) { this.userPage = new UserPageModel(); var data = responseData; Object.assign(this.userPage, data); } UserPageProxy.prototype.getModel = function () { return this.userPage; }; return UserPageProxy; }()); export { UserPageProxy }; //# sourceMappingURL=user-page-proxy.js.map