hutongqing
2024-12-10 8d341db9d2d5699d527c88c935f0c4ce255a57a4
代码管理/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>