wangxinhui
13 小时以前 ff24fa06ba2d3a5e271789b8f81f3a3131d19470
项目代码/WIDESEA_WCSServer/WIDESEAWCS_Core/BaseRepository/IRepository.cs
@@ -7,6 +7,7 @@
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
using WIDESEAWCS_Core.Enums;
namespace WIDESEAWCS_Core.BaseRepository
{
@@ -414,5 +415,9 @@
        //    Expression<Func<T, T2, T3, TResult>> selectExpression,
        //    Expression<Func<T, T2, T3, bool>> whereLambda = null) where T : class, new();
        //Task<PageModel<TEntity>> QueryPage(PaginationModel pagination);
        bool DeleteAndMoveIntoHty(TEntity entity, OperateTypeEnum operateType);
        bool DeleteAndMoveIntoHty(List<TEntity> entities, OperateTypeEnum operateType);
    }
}