完成外部数据源CRUD

This commit is contained in:
wintel
2025-03-15 00:38:08 +08:00
parent ee396146d3
commit 32e0ae1a6b
4 changed files with 35 additions and 5 deletions

View File

@@ -25,10 +25,10 @@ namespace OpenAuth.Repository.Domain
this.Description = "";
this.Password = "";
this.Username = "";
this.Port = 0;
this.Port = null;
this.Server = "";
this.Databasename = "";
this.Dbtype = "";
this.Dbtype = 0;
this.Name = "";
}
@@ -126,7 +126,7 @@ namespace OpenAuth.Repository.Domain
///数据库类型
/// </summary>
[Description("数据库类型")]
public string Dbtype { get; set; }
public int Dbtype { get; set; }
/// <summary>
///数据源名称