12 lines
235 B
C#
12 lines
235 B
C#
namespace Hcs.WebApp.Config
|
|
{
|
|
public class BrokerConfig
|
|
{
|
|
public string OrgPPAGUID { get; set; }
|
|
|
|
public string ExecutorGUID { get; set; }
|
|
|
|
public string CertificateSerialNumber { get; set; }
|
|
}
|
|
}
|