feat: Replace warehouse product groups with hierarchical categories and update related UI and API.

This commit is contained in:
2025-12-12 13:34:52 +01:00
parent 54cf1ff276
commit 08256f0019
18 changed files with 10153 additions and 2 deletions

View File

@@ -40,6 +40,11 @@ public class WarehouseArticle : BaseEntity
/// </summary>
public int? CategoryId { get; set; }
/// <summary>
/// Gruppo merceologico
/// </summary>
public int? ProductGroupId { get; set; }
/// <summary>
/// Unità di misura principale (es. PZ, KG, LT, MT)
/// </summary>