创建订单接口定义

This commit is contained in:
ex_yang.li@ca-nio.com
2022-08-26 17:47:43 +08:00
parent 4a39f2d9f8
commit 19a703b8c9
23 changed files with 831 additions and 4 deletions

View File

@ -21,6 +21,13 @@
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-common</artifactId>
</dependency>
<!-- 参数校验 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>