fix error route

This commit is contained in:
2020-01-17 12:40:22 +08:00
parent c4e852a0df
commit 608fb26aa2
9 changed files with 198 additions and 12 deletions
+10
View File
@@ -0,0 +1,10 @@
using System;
namespace YYApi.JobService
{
public class JobDashboardConfig
{
public string Path { get; set; }
public string Username { get; set; }
public string Password { get; set; }
}
}