This commit is contained in:
2021-06-24 20:05:21 +00:00
parent 19ccce18e6
commit 1a98923cec
5 changed files with 9 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ namespace AyaNova.Models
{
public AyaType AType { get; set; }
public long[] SelectedRowIds { get; set; }
public bool IncludeWoItemDescendants {get;set;}
}
}