feat: add BSON representation for Id property in InstitutionContractAmendmentTemp
This commit is contained in:
@@ -79,6 +79,7 @@ public class InstitutionContractAmendmentTempPrevWorkshop
|
||||
CurrentWorkshopId = currentWorkshopId;
|
||||
}
|
||||
|
||||
[BsonRepresentation(BsonType.String)]
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public long CurrentWorkshopId { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user