UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

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

14 lines 518 B
import { CommentReplyModel } from '../model/comment'; var CommentReplyProxy = /** @class */ (function () { function CommentReplyProxy(responseData) { this.reply = new CommentReplyModel(); var data = responseData.data || responseData; Object.assign(this.reply, data); } CommentReplyProxy.prototype.getModel = function () { return this.reply; }; return CommentReplyProxy; }()); export { CommentReplyProxy }; //# sourceMappingURL=comment-reply-proxy.js.map