新增服务中心2
This commit is contained in:
parent
2b93561eaa
commit
1b14542101
|
|
@ -73,6 +73,12 @@
|
|||
<artifactId>bmw-generator</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 服务中心-->
|
||||
<dependency>
|
||||
<groupId>com.bmw</groupId>
|
||||
<artifactId>bmw-servicecenter</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>bmw-servicecentre</artifactId>
|
||||
<artifactId>bmw-servicecenter</artifactId>
|
||||
|
||||
<description>
|
||||
服务中心模块
|
||||
|
|
|
|||
Loading…
Reference in New Issue