refactor pom

This commit is contained in:
Sol 2025-05-13 20:02:13 +08:00
parent ede0533cea
commit 28490ab108
2 changed files with 0 additions and 9 deletions

View file

@ -10,12 +10,4 @@
</parent>
<artifactId>model-system</artifactId>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View file

@ -14,4 +14,3 @@ public interface DepartmentMapstruct {
DepartmentEntity toEntity(DepartmentUpdateDto dto);
}