BMC: Change Data Type for ScheduleGenerationId
This commit is contained in:
parent
03dbd16d3e
commit
b8fdcf2561
@ -30,6 +30,6 @@ namespace BCS.BMC.FirebaseCloudMessaging.Dto
|
||||
[FirestoreProperty]
|
||||
public int CompanyId { get; set; }
|
||||
[FirestoreProperty]
|
||||
public Guid? ScheduleGenerationId { get; set; }
|
||||
public string ScheduleGenerationId { get; set; }
|
||||
}
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ namespace BCS.BMC.FirebaseCloudMessaging.Dto
|
||||
public bool Status { get; set; }
|
||||
public List<string> UserId { get; set; }
|
||||
public string CompanyUrl { get; set; }
|
||||
public Guid? ScheduleGenerationId { get; set; }
|
||||
public string ScheduleGenerationId { get; set; }
|
||||
}
|
||||
|
||||
//[AutoMapFrom(typeof(NotificationModel))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user