wangzelong
2022-11-30 44e4286e0384f8daf9b89e8f551f0f743b60ebb3
Service/IStation.Service.Basic/dict/sys/sys_dict_data/SysDictData.cs
文件名从 Service/IStation.Service.Basic/dict/sys_dict_data/SysDictData.cs 修改
@@ -332,6 +332,15 @@
        }
        /// <summary>
        /// 鏍规嵁 TypeID 鍒ゆ柇鏄惁瀛樺湪
        /// </summary>
        public bool IsExistByTypeID(long TypeID)
        {
            var all = GetAll();
            return all.Exists(x=>x.TypeID==TypeID);
        }
        /// <summary>
        /// 鍒ゆ柇Code鏄惁瀛樺湪
        /// </summary>
        public bool IsExistCode(string Code)