UNPKG

imboard

Version:

Most convenient platform for webpage development.

12 lines (10 loc) 235 B
var BoardVo = function(param) { this.boardId = null; this.viewListLevel = null; this.viewDetailLevel = null; this.writeLevel = null; this.writeCommentLevel = null; ParameterBinder.bind(this, param); }; module.exports = BoardVo;