[성현모] TRA DB목록 불러오기, 정의 자동추가
This commit is contained in:
@ -13,5 +13,8 @@ namespace WebClient.Library.Config
|
||||
{
|
||||
[JsonPropertyName("DataBase")]
|
||||
public List<DataBase>? DataBase { get; set; }
|
||||
|
||||
[JsonPropertyName("ApplicationName")]
|
||||
public string? ApplicationName { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
13
Projects/WebClient/WebClient.Library/Model/DBList.cs
Normal file
13
Projects/WebClient/WebClient.Library/Model/DBList.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WebClient.Library.Model
|
||||
{
|
||||
public class DBList
|
||||
{
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user