代码管理/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>