UNPKG

imboard

Version:

Most convenient platform for webpage development.

10 lines (8 loc) 161 B
var UrlAuthVo = function(param) { this.level = null; this.useYn = null; this.url = null; ParameterBinder.bind(this, param); }; module.exports = UrlAuthVo;