feat: add Id property to WeekDefinitionItemDto and map it in CommissionProfile - Enhanced week definition handling by including the Id in the DTO and mapping configuration
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m51s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m51s
This commit is contained in:
@@ -92,6 +92,7 @@ public class CommissionProfile : IRegister
|
||||
|
||||
// WeekDefinitionItem Mapping
|
||||
config.NewConfig<WeekDefinitionItemDto, WeekDefinitionItem>()
|
||||
.Map(dest => dest.Id, src => src.Id)
|
||||
.Map(dest => dest.WeekOrder, src => src.WeekOrder)
|
||||
.Map(dest => dest.DisplayName, src => src.DisplayName)
|
||||
.Map(dest => dest.GregorianWeekNumber, src => src.GregorianWeekNumber)
|
||||
|
||||
Reference in New Issue
Block a user