预处理模块调整

This commit is contained in:
2023-03-16 09:31:27 +08:00
parent 2daa140eb6
commit 3a1ea6f388
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>harmonic-prepare</artifactId> <artifactId>prepare-boot</artifactId>
<name>稳态预处理模块</name> <name>稳态预处理模块</name>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>

View File

@@ -1,4 +1,4 @@
package com.njcn.prepare.harmonic; package com.njcn.prepare;
import com.github.jeffreyning.mybatisplus.conf.EnableMPP; import com.github.jeffreyning.mybatisplus.conf.EnableMPP;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;