This commit is contained in:
2022-03-24 21:21:45 +00:00
parent b9c2ce9906
commit a978ff9829
2 changed files with 13 additions and 6 deletions

View File

@@ -67,6 +67,8 @@ namespace AyaNova.Api.Controllers
{
public AyaType AType { get; set; }
public JArray Data { get; set; }
public bool DoImport {get;set;}
public bool DoUpdate {get;set;}
}