feat(material): 新增材料相关接口

This commit is contained in:
han0
2023-11-11 12:24:39 +08:00
parent 6ff7bf0caa
commit 6fbe40104c
13 changed files with 521 additions and 2 deletions

22
pom.xml
View File

@@ -14,7 +14,7 @@
<packaging>jar</packaging>
<description>材料管理系统</description>
<properties>
<dep.xxs-common-core.version>2.3.6.8-SNAPSHOT</dep.xxs-common-core.version>
<dep.xxs-common-core.version>2.3.6.10-SNAPSHOT</dep.xxs-common-core.version>
</properties>
<repositories>
<repository>
@@ -128,8 +128,28 @@
<version>${mjkf-xinke.version}</version>
</dependency>
<!---->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-generator</artifactId>
<version>${mybatis.plus.version}</version>
</dependency>
<!--MyBatis Plus 代码自动生成模板引擎-->
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</dependency>
<dependency>
<groupId>org.mitre.dsmiley.httpproxy</groupId>
<artifactId>smiley-http-proxy-servlet</artifactId>
<version>1.12.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>