1
This commit is contained in:
25
Gatedge.ScanCode/Models/Dto/DataCenter.cs
Normal file
25
Gatedge.ScanCode/Models/Dto/DataCenter.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
namespace Gatedge.ScanCode.Models.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 数据中心
|
||||
/// </summary>
|
||||
public class DataCenter
|
||||
{
|
||||
/// <summary>
|
||||
/// 用户FName
|
||||
/// </summary>
|
||||
public string? UserName { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 数据中心DBID
|
||||
/// </summary>
|
||||
public string? DBID { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 金蝶地址
|
||||
/// </summary>
|
||||
public string? ServerUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user