Added earningId to Subscribe model

This commit is contained in:
Casper Sparre 2025-03-08 15:04:47 +01:00
parent e723680a96
commit fed6fc77a8

View File

@ -98,6 +98,7 @@ namespace OF_DL.Entities
public object id { get; set; }
public int? userId { get; set; }
public int? subscriberId { get; set; }
public long? earningId { get; set; }
public DateTime? date { get; set; }
public int? duration { get; set; }
public DateTime? startDate { get; set; }