feat(material-task): 新增采集任务相关接口

This commit is contained in:
han0
2023-11-23 18:38:54 +08:00
parent 0261835833
commit 1a647d1b0c
36 changed files with 1716 additions and 106 deletions

26
pom.xml
View File

@@ -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>
<!--&lt;!&ndash; test &ndash;&gt;-->
<!--<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>-->
<!--&lt;!&ndash; 移动端管理插件 &ndash;&gt;-->
<!--<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>