public string NewModule(SysRoleModel model) { var a = moduleBLL.Create(model); var jsondata = js.Serialize(new { flag = a }); return(jsondata); }