mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
完成外部数据源CRUD
This commit is contained in:
@@ -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>
|
||||
///数据源名称
|
||||
|
Reference in New Issue
Block a user