添加订单接口

This commit is contained in:
2025-10-27 16:51:14 +08:00
parent a5a10898a2
commit 90e28f056a
20 changed files with 313 additions and 116 deletions

View File

@@ -46,6 +46,10 @@
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-trade-api</artifactId>
</dependency>
<dependency>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-product-api</artifactId>
</dependency>
<!-- Web 相关 -->
<dependency>