feat(material-task): 新增采集任务相关接口
This commit is contained in:
26
pom.xml
26
pom.xml
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>mjkf.xinke</groupId>
|
||||
<artifactId>mjkf-xinke-boot</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>material-manage-service</artifactId>
|
||||
@@ -39,12 +39,12 @@
|
||||
<version>${dep.xxs-common-core.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- test -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!--<!– test –>-->
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>org.springframework.boot</groupId>-->
|
||||
<!--<artifactId>spring-boot-starter-test</artifactId>-->
|
||||
<!--<scope>test</scope>-->
|
||||
<!--</dependency>-->
|
||||
|
||||
<!-- junit -->
|
||||
<dependency>
|
||||
@@ -102,12 +102,12 @@
|
||||
<!--<version>${mjkf-xinke.version}</version>-->
|
||||
<!--</dependency>-->
|
||||
|
||||
<!--<!– 移动端管理插件 –>-->
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>mjkf.xinke</groupId>-->
|
||||
<!--<artifactId>mjkf-xinke-plugin-mobile</artifactId>-->
|
||||
<!--<version>${mjkf-xinke.version}</version>-->
|
||||
<!--</dependency>-->
|
||||
<!-- 移动端管理插件 -->
|
||||
<dependency>
|
||||
<groupId>mjkf.xinke</groupId>
|
||||
<artifactId>mjkf-xinke-plugin-mobile</artifactId>
|
||||
<version>${mjkf-xinke.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 系统功能插件 -->
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user