Initial commit
Initial commit til Git. V2 er deployed
This commit is contained in:
17
PointOfSale/Pos.Ui/Pos/Json/PosReceipt.cs
Normal file
17
PointOfSale/Pos.Ui/Pos/Json/PosReceipt.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using EpsonPrinter.Model;
|
||||
|
||||
namespace Pos.Json
|
||||
{
|
||||
public class PosReceipt
|
||||
{
|
||||
public string logoBase64 { get; set; }
|
||||
public HeaderModel[] header { get; set; }
|
||||
public BodyModel bodyModel { get; set; } = new();
|
||||
public FooterModel[] footer { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user