UNPKG

imboard

Version:

Most convenient platform for webpage development.

10 lines (8 loc) 156 B
var RoleVo = function(param) { this.level = null; this.name = null; this.point = null; ParameterBinder.bind(this, param); }; module.exports = RoleVo;