feat: Replace warehouse product groups with hierarchical categories and update related UI and API.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user