changed trash model

This commit is contained in:
Nicolas SANS
2023-05-15 14:57:33 +02:00
parent 42527078f7
commit d7b24a1c60
18 changed files with 409 additions and 20 deletions

View File

@ -13,6 +13,7 @@ namespace models
public string owner;
public string updated;
public List<Data> data;
public string number;
}
[Serializable]