Issue
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using DocumentFormat.OpenXml.Drawing;
|
||||
|
||||
namespace console_lps.Repository;
|
||||
|
||||
public class LabelItem
|
||||
{
|
||||
public short TotalLabels { get; set; }
|
||||
public string ItemId { get; set; }
|
||||
public string ItemDescription { get; set; }
|
||||
List<QrValue> QrValues { get; set; }
|
||||
}
|
||||
|
||||
public class QrValue
|
||||
{
|
||||
public string Value { get; set; }
|
||||
public string Item { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user