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

This commit is contained in:
han0
2023-11-16 17:38:32 +08:00
parent 7265890acd
commit 2662b4a31c
10 changed files with 347 additions and 15 deletions

24
pom.xml
View File

@@ -95,19 +95,19 @@
<version>${mjkf-xinke.version}</version>
</dependency>
<!-- 代码生成插件 -->
<dependency>
<groupId>mjkf.xinke</groupId>
<artifactId>mjkf-xinke-plugin-gen</artifactId>
<version>${mjkf-xinke.version}</version>
</dependency>
<!--&lt;!&ndash; 代码生成插件 &ndash;&gt;-->
<!--<dependency>-->
<!--<groupId>mjkf.xinke</groupId>-->
<!--<artifactId>mjkf-xinke-plugin-gen</artifactId>-->
<!--<version>${mjkf-xinke.version}</version>-->
<!--</dependency>-->
<!-- 移动端管理插件 -->
<dependency>
<groupId>mjkf.xinke</groupId>
<artifactId>mjkf-xinke-plugin-mobile</artifactId>
<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>