hutongqing
2025-01-09 e2f151957b38d3c02c26be4343b6916d65e800b7
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseRepository/IRepository.cs
@@ -51,6 +51,8 @@
        /// <returns>褰卞搷琛屾暟</returns>
        int AddData(TEntity entity);
        bool AddData<TChild>(TEntity entity, Expression<Func<TEntity, List<TChild>>> expression) where TChild : class, new();
        Task<int> AddDataAsync(TEntity entity);
        /// <summary>