hutongqing
2024-12-23 a7f9f1c44f6a1201061e12dbb4c5424f4b44737c
代码管理/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>