Service/PBS.Service/01-entity/02-facility/Facility.cs
@@ -114,6 +114,18 @@ public string ConnectionAddress { get; set; } /// <summary> /// 模型信息 ///</summary> [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] public string ModelInfo { get; set; } /// <summary> /// 模型路径 ///</summary> [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] public string ModelPath { get; set; } /// <summary> /// 参数 ///</summary> [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]