This commit is contained in:
2019-01-17 16:44:15 +00:00
parent 2730043507
commit 2f94d37e5d
4 changed files with 206 additions and 160 deletions

View File

@@ -9,12 +9,6 @@ namespace AyaNova.Models
{
public long Id { get; set; }
public string Key { get; set; }
public Guid DbId { get; set; }
//public int LastFetchStatus { get; set; }
// public string LastFetchMessage { get; set; }
public Guid DbId { get; set; }
}
}