helongyang
2 天以前 69c258359052738b4c60dcabc85f09e4debf2c94
代码管理/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>