This commit is contained in:
2021-01-27 18:57:45 +00:00
parent 0e3896925f
commit ef68eca416
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ using Newtonsoft.Json.Linq;
namespace AyaNova.Models
{
public class RenderReportParameter : DataListSelectionOptions
public class DataListReportSelectionOptions : DataListSelectionOptions
{
public long ReportId { get; set; }
public JToken ClientMeta { get; set; }//meta JSON data passed from client, not part of biz object data