11 lines
227 B
C#
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; }
|
|
}
|
|
}
|