UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

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

14 lines 508 B
import { CommentPageModel } from '../model/comment'; var CommentPageProxy = /** @class */ (function () { function CommentPageProxy(responseData) { this.commentPage = new CommentPageModel(); var data = responseData; Object.assign(this.commentPage, data); } CommentPageProxy.prototype.getModel = function () { return this.commentPage; }; return CommentPageProxy; }()); export { CommentPageProxy }; //# sourceMappingURL=comment--page-proxy.js.map