This commit is contained in:
2020-06-17 18:58:37 +00:00
parent fb586e0f5b
commit 305b61045d
6 changed files with 140 additions and 111 deletions

View File

@@ -8,6 +8,7 @@ namespace rockfishCore.Models
{
public long Id { get; set; }
public long CustomerId { get; set; }
public long SiteId { get; set; }
public long DtCreated { get; set; }
public string RegTo { get; set; }
public string Key { get; set; }