Initial commit
This commit is contained in:
15
PartSource.Data/Models/ProductBackup.cs
Normal file
15
PartSource.Data/Models/ProductBackup.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Text;
|
||||
|
||||
namespace PartSource.Data.Models
|
||||
{
|
||||
public class ProductBackup
|
||||
{
|
||||
[Key]
|
||||
public long ShopifyId { get; set; }
|
||||
|
||||
public string ProductJson { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user