后端:促销活动增加表

This commit is contained in:
YunaiV
2019-04-15 23:33:56 +08:00
parent daf3f4c8c7
commit 974b9650de
17 changed files with 445 additions and 29 deletions

View File

@@ -22,6 +22,11 @@
<artifactId>product-service-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cn.iocoder.mall</groupId>
<artifactId>promotion-service-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>