ningshuxia
2023-02-24 1e4b358de58e36bfbf692ab2538ff9e7d60fd025
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)
        {