Fix scanner barcode per i plu
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
namespace SteUp.Shared.Core.BarcodeReader.Dto;
|
||||
using SteUp.Shared.Core.BarcodeReader.Enum;
|
||||
|
||||
namespace SteUp.Shared.Core.BarcodeReader.Dto;
|
||||
|
||||
public class BarcodeScanDto
|
||||
{
|
||||
public string? StringValue { get; set; }
|
||||
public string? Type { get; set; }
|
||||
public BarcodeType? Type { get; set; }
|
||||
public string? Name { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user