test
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 32s

This commit is contained in:
Tizian.Breuch
2025-11-07 15:57:36 +01:00
parent f72c1bda2b
commit dbf46fffac

View File

@@ -27,7 +27,7 @@ namespace Webshop.Application.DTOs.Products
public List<IFormFile>? AdditionalImageFiles { get; set; } public List<IFormFile>? AdditionalImageFiles { get; set; }
public List<Guid>? ImagesToDelete { get; set; } public List<Guid>? ImagesToDelete { get; set; }
public List<Guid> CategorieIds { get; set; } = new List<Guid>(); public List<Guid>? CategorieIds { get; set; } = new List<Guid>();
public decimal? Weight { get; set; } public decimal? Weight { get; set; }
public decimal? OldPrice { get; set; } public decimal? OldPrice { get; set; }