This commit is contained in:
2020-02-11 23:46:28 +00:00
parent 9ae5156105
commit ddbc8d5471
4 changed files with 11 additions and 46 deletions

View File

@@ -23,8 +23,8 @@ namespace AyaNova.Api.ControllerHelpers
// [FromBody]
// public long DataFilterId { get; set; }
[FromBody]
public bool Mini { get; set; }
public bool? Mini { get; set; }
[FromBody, Required]
public string DataListKey { get; set; }