This commit is contained in:
@@ -6,6 +6,9 @@ namespace rockfishCore.Models
|
||||
{
|
||||
public partial class License
|
||||
{
|
||||
public License(){
|
||||
DtCreated=Util.DateUtil.NowAsEpoch();
|
||||
}
|
||||
public long Id { get; set; }
|
||||
public long CustomerId { get; set; }
|
||||
public long SiteId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user