Files
simapi-net/JobService/JobDashboardConfig.cs
T

11 lines
227 B
C#
Raw Permalink Normal View History

2020-01-17 12:40:22 +08:00
using System;
namespace YYApi.JobService
{
public class JobDashboardConfig
{
public string Path { get; set; }
public string Username { get; set; }
public string Password { get; set; }
}
}