Aggiunta migrazione e modello dati raw da deserializzare

This commit is contained in:
Samuele Locatelli
2026-01-09 12:21:36 +01:00
parent 8f05eae707
commit 9c19bd147c
15 changed files with 4367 additions and 118 deletions
@@ -12,21 +12,6 @@ namespace EgwCoreLib.Lux.Core.Generic
/// </summary>
public class ProdMachineDetailDto
{
/// <summary>
/// Codice plant di assegnazione
/// </summary>
public string ProdPlantCod { get; set; } = "";
/// <summary>
/// Tempo stimato per il gruppo di pezzi sul plant
/// </summary>
public double Time { get; set; } = 0;
/// <summary>
/// Lunghezza barre associata
/// </summary>
public int BarLenght { get; set; } = 0;
/// <summary>
/// Numero di barre grezzi necessarie
/// </summary>
@@ -37,6 +22,11 @@ namespace EgwCoreLib.Lux.Core.Generic
/// </summary>
public List<string> TagList { get; set; } = new();
/// <summary>
/// Tempo stimato per il gruppo di pezzi sul plant
/// </summary>
public double Time { get; set; } = 0;
/// <summary>
/// Conteggio delle parts assegnate
/// </summary>