UNPKG

imboard

Version:

Most convenient platform for webpage development.

11 lines (9 loc) 224 B
var ArticleReaderVo = function(param) { this.boardId = undefined; this.articleSeq = undefined; this.userId = undefined; this.status = undefined; ParameterBinder.bind(this, param); }; module.exports = ArticleReaderVo;