修改模块名称
This commit is contained in:
5
device/Readme.md
Normal file
5
device/Readme.md
Normal file
@@ -0,0 +1,5 @@
|
||||
#### 简介
|
||||
设备模块主要包含以下功能:
|
||||
* 被检设备管理
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<artifactId>CN_Gather</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<artifactId>machine</artifactId>
|
||||
<artifactId>device</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -18,7 +18,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.njcn.gather</groupId>
|
||||
<artifactId>machine</artifactId>
|
||||
<artifactId>device</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user