Files
simapi-net/JobService/YYJobDashboardConfig.cs
T
2020-02-04 16:51:15 +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; }
}
}