|
@@ -122,6 +122,20 @@ namespace Model
|
|
|
public int projectId { get; set; }
|
|
public int projectId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// 外网端口
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ [SugarColumn(ColumnDescription = "外网端口", ColumnName = "net_port")]
|
|
|
|
|
+ public int netPort { get; set; }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// 数据库类型
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ [SugarColumn(ColumnDescription = "数据库类型", Length = 20, ColumnName = "db_type")]
|
|
|
|
|
+ public string? dbType { get; set; }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|