This commit is contained in:
2020-07-02 21:58:28 +00:00
parent ecb3cce437
commit e6b9634a3a

View File

@@ -8,6 +8,7 @@ namespace rockfishCore.Models
{ {
public License(){ public License(){
DtCreated=Util.DateUtil.NowAsEpoch(); DtCreated=Util.DateUtil.NowAsEpoch();
DbId="na/v7";
} }
public long Id { get; set; } public long Id { get; set; }
public long CustomerId { get; set; } public long CustomerId { get; set; }