10 lines
165 B
C#
10 lines
165 B
C#
namespace Shared.Models.AppConf
|
|
{
|
|
public class OpenStatConf
|
|
{
|
|
public bool enable { get; set; }
|
|
|
|
public string token { get; set; }
|
|
}
|
|
}
|