web configuration

This commit is contained in:
EugeneTes
2026-04-02 09:37:18 +02:00
parent be83fadc5f
commit 763cd1071b
5 changed files with 127 additions and 4 deletions

View File

@@ -7,6 +7,5 @@ public class EpsonPrintServiceConfiguration
public string RestaurantId { get; set; }
public string ApiKey { get; set; }
public string? ApiUrl { get; set; }
public bool EmulationMode { get; set; }
}