fix():增加支付渠道的枚举和校验

master
Cui YongXing 2024-08-04 09:59:56 +08:00
parent 31f238746d
commit fe18815082
1 changed files with 8 additions and 0 deletions

View File

@ -170,6 +170,14 @@
<artifactId>swagger-annotations-jakarta</artifactId>
</dependency>
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot3-starter</artifactId>
</dependency>
</dependencies>