Service/HStation.Service.Assets.Core/01-entity/02-Elbow/ElbowMain.cs
@@ -1,5 +1,4 @@ using HStation.Assets; using Yw.Entity; using Yw.Entity; namespace HStation.Entity { @@ -52,6 +51,11 @@ public int SortCode { get; set; } /// <summary> /// 管路连接长度 /// </summary> public int? ConnectionLength { get; set; } /// <summary> /// 识别关键字 /// </summary> public string KeyWord { get; set; }