This commit is contained in:
2020-06-18 17:40:41 +00:00
parent d218c6cd3c
commit 04d5fd47b7
3 changed files with 27 additions and 27 deletions

View File

@@ -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; }