This commit is contained in:
2020-01-21 23:09:57 +00:00
parent 5a5a7e5289
commit 7bb23fedd3
2 changed files with 8 additions and 5 deletions

View File

@@ -26,6 +26,9 @@ namespace AyaNova.Api.ControllerHelpers
[FromQuery]
public bool Mini { get; set; }
[FromQuery, Required]
public string DataListKey { get; set; }
}