test bilder
Some checks failed
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Failing after 20s

This commit is contained in:
Tizian.Breuch
2025-11-07 12:12:46 +01:00
parent 63684313aa
commit 2839eccf71
2 changed files with 125 additions and 10 deletions

View File

@@ -35,5 +35,7 @@ namespace Webshop.Application.DTOs.Products
public decimal? PurchasePrice { get; set; }
public bool IsFeatured { get; set; }
public int FeaturedDisplayOrder { get; set; }
public uint RowVersion { get; set; }
}
}
}