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