Files
simapi-net/JobService/JobDashboardConfig.cs
T
2020-01-17 12:40:22 +08:00

11 lines
227 B
C#

using System;
namespace YYApi.JobService
{
public class JobDashboardConfig
{
public string Path { get; set; }
public string Username { get; set; }
public string Password { get; set; }
}
}