PostService with job reply
This commit is contained in:
@ -3,24 +3,26 @@ using System.Text.Json;
|
||||
namespace Barcode.Host.Server.Models;
|
||||
|
||||
public record AppSettings(string BuildNumber,
|
||||
string Company,
|
||||
int ClearLastScanServiceAfter,
|
||||
string Company,
|
||||
string DeviceNameEndsWith,
|
||||
string EquipmentName,
|
||||
int ExpectedScanLengthA,
|
||||
int ExpectedScanLengthB,
|
||||
string FileShare,
|
||||
string GitCommitSeven,
|
||||
string LinuxDevicePath,
|
||||
bool IsDevelopment,
|
||||
bool IsStaging,
|
||||
int NotifyMinimum,
|
||||
string LinuxDevicePath,
|
||||
string MockRoot,
|
||||
string MonAResource,
|
||||
string MonASite,
|
||||
int NotifyMinimum,
|
||||
string PostTo,
|
||||
int PostToEvery,
|
||||
string RootPassword,
|
||||
string SerialPortName,
|
||||
int ShareToEvery,
|
||||
string URLs,
|
||||
string WorkingDirectoryName,
|
||||
int WriteToSerialEvery)
|
||||
|
Reference in New Issue
Block a user