仓库-拆箱功能完成

This commit is contained in:
赵正易
2024-04-19 14:00:33 +08:00
parent d7e8206976
commit c8a9f3b648
3 changed files with 130 additions and 20 deletions

View File

@@ -38,8 +38,8 @@ namespace ZR.Service.Business
;
var response = Queryable()
.Where(predicate.ToExpression())
.OrderBy(it=>it.CreatedTime,OrderByType.Desc)
.ToPage<WmGoodsChangeLog, WmGoodsChangeLogDto>(parm);
return response;
}