"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReadTopicParam = void 0;
class ReadTopicParam {
constructor(tid, page, authorid) {
this.tid = tid;
this.page = page;
this.authorid = authorid;
}
}
exports.ReadTopicParam = ReadTopicParam;