Stuff and things
This commit is contained in:
19
PartSource.Data/Models/ShopifyChangelog.cs
Normal file
19
PartSource.Data/Models/ShopifyChangelog.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace PartSource.Data.Models
|
||||
{
|
||||
public class ShopifyChangelog
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public Type ResourceType { get; set; }
|
||||
|
||||
public long ShopifyId { get; set; }
|
||||
|
||||
public DateTime Timestamp { get; set; }
|
||||
|
||||
public object Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user