Implentata scansione barcode e lista articoli nel form scheda
This commit is contained in:
@@ -17,6 +17,7 @@ public class Scheda : EntityBase<Scheda>
|
||||
public string Rilevatore { get; set; } = string.Empty;
|
||||
public Ispezione? Ispezione { get; set; }
|
||||
|
||||
public List<SchedaArticolo> Articoli { get; set; } = [];
|
||||
public List<string>? ImageNames { get; set; }
|
||||
|
||||
public string? DescrizioneReparto { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user