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]
|
[FirestoreProperty]
|
||||||
public int CompanyId { get; set; }
|
public int CompanyId { get; set; }
|
||||||
[FirestoreProperty]
|
[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 bool Status { get; set; }
|
||||||
public List<string> UserId { get; set; }
|
public List<string> UserId { get; set; }
|
||||||
public string CompanyUrl { get; set; }
|
public string CompanyUrl { get; set; }
|
||||||
public Guid? ScheduleGenerationId { get; set; }
|
public string ScheduleGenerationId { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
//[AutoMapFrom(typeof(NotificationModel))]
|
//[AutoMapFrom(typeof(NotificationModel))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user