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

This commit is contained in:
Tizian.Breuch
2025-11-07 12:21:21 +01:00
parent 1ad7fd4b6d
commit dcbb450d23
2 changed files with 26 additions and 40 deletions

View File

@@ -36,5 +36,6 @@ namespace Webshop.Application.DTOs.Products
public bool IsFeatured { get; set; }
public int FeaturedDisplayOrder { get; set; }
public uint RowVersion { get; set; }
public Guid? MainImageId { get; set; }
}
}