From 1e4b358de58e36bfbf692ab2538ff9e7d60fd025 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期五, 24 二月 2023 14:11:17 +0800
Subject: [PATCH] 曲线筛查

---
 DAL/Local/IStation.DAL.LocalFile.Core/helpers/FileSrcHelper.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DAL/Local/IStation.DAL.LocalFile.Core/helpers/FileSrcHelper.cs b/DAL/Local/IStation.DAL.LocalFile.Core/helpers/FileSrcHelper.cs
index bea9e14..1ab7346 100644
--- a/DAL/Local/IStation.DAL.LocalFile.Core/helpers/FileSrcHelper.cs
+++ b/DAL/Local/IStation.DAL.LocalFile.Core/helpers/FileSrcHelper.cs
@@ -10,10 +10,10 @@
     public class FileSrcHelper<T> where T : class, new()
     {
 
-        #region Query
+        #region Get
 
         /// <summary>
-        /// 鑾峰彇鍏ㄩ儴
+        /// 鏌ヨ鍏ㄩ儴
         /// </summary>
         public static List<T> GetAll(string path)
         {

--
Gitblit v1.9.3