Aggiunta migrazione e modello dati raw da deserializzare
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user