This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace rockfishCore.Models
|
||||
{
|
||||
public partial class Purchase
|
||||
{
|
||||
public Purchase()
|
||||
{
|
||||
Quantity = 1;
|
||||
VendorName="ShareIT";
|
||||
ExpireDate=Util.DateUtil.DateToEpoch(System.DateTime.Today.AddYears(1));
|
||||
}
|
||||
public long Id { get; set; }
|
||||
public long CustomerId { get; set; }
|
||||
public long SiteId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user