duheng
2024-12-19 56e4b8aab223072bef1e1749b8ee9e499dd04f83
Service/HStation.Service.Assets.Core/05-service/03-Elbow/02-ElbowMain/ElbowManage.cs
@@ -141,6 +141,19 @@
        #endregion Query
        #region Exist
        /// <summary>
        /// 通过 SeriesID 判断是否存在
        /// </summary>
        public bool IsExistBySeriesID(long SeriesID)
        {
            var all = GetAll();
            return all.Exists(x => x.SeriesID == SeriesID);
        }
        #endregion Exist
        #region Insert
        /// <summary>