This commit is contained in:
2020-08-07 21:19:54 +00:00
parent b90236b81e
commit a993d4d18b
4 changed files with 72 additions and 149 deletions

View File

@@ -12,8 +12,11 @@ namespace AyaNova.Models
{
public long Id { get; set; }
public byte[] Large { get; set; }
public string LargeType {get;set;}
public byte[] Medium { get; set; }
public string MediumType {get;set;}
public byte[] Small { get; set; }
public string SmallType {get;set;}
}