|
@@ -41,7 +41,7 @@ namespace Model
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(ColumnDescription = "IP地址", Length = 50, ColumnName = "ip_address")]
|
|
|
+ [SugarColumn(ColumnDescription = "IP地址", Length = 200, ColumnName = "ip_address")]
|
|
|
public string? ipAddress { get; set; }
|
|
|
|
|
|
|
|
@@ -66,6 +66,13 @@ namespace Model
|
|
|
public string? password { get; set; }
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ [SugarColumn(ColumnDescription = "数据库名", Length = 50, ColumnName = "database_name")]
|
|
|
+ public string? databaseName { get; set; }
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|