dengjunjie
2024-12-24 18d1f45193e34e00fc1b6f65b8596ddb29c5267d
代码管理/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>
@@ -71,9 +73,9 @@
        Task<bool> DeleteDataByIdAsync(object id);
        bool DeleteAndMoveIntoHty(TEntity entity, OperateType operateType);
        bool DeleteAndMoveIntoHty(TEntity entity, OperateTypeEnum operateType);
        bool DeleteAndMoveIntoHty(List<TEntity> entities, OperateType operateType);
        bool DeleteAndMoveIntoHty(List<TEntity> entities, OperateTypeEnum operateType);
        /// <summary>
        /// 閫氳繃涓婚敭鏁版嵁鍒犻櫎澶氭潯鏁版嵁