switch to kitchen converter for thermal printer

This commit is contained in:
EugeneTes
2026-04-09 10:42:31 +02:00
parent 5ee95c8109
commit 2ced842242
3 changed files with 15 additions and 7 deletions

View File

@@ -76,6 +76,8 @@ namespace Inspectron.Epson.PrintServer.Printers.Utils.BarReceipt
/// </summary>
public string Name { get; set; }
public int? GuestId { get; set; }
public Dish() { }
public Dish(int number, string name)