用户端:

查询历史订单
 查询订单详情
 取消订单
 再来一单
管理端:
 分页条件查询
This commit is contained in:
2024-12-28 20:36:18 +08:00
parent 28cb22928f
commit f68ed79b7f
11 changed files with 241 additions and 3 deletions

View File

@@ -115,6 +115,11 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>