From 28490ab108d6ecc795ab77e070fb858a474b52ab Mon Sep 17 00:00:00 2001 From: Sol Date: Tue, 13 May 2025 20:02:13 +0800 Subject: [PATCH] refactor pom --- cloud/model/model-system/pom.xml | 8 -------- .../system/department/mapstruct/DepartmentMapstruct.java | 1 - 2 files changed, 9 deletions(-) diff --git a/cloud/model/model-system/pom.xml b/cloud/model/model-system/pom.xml index 8423466..31d53b6 100644 --- a/cloud/model/model-system/pom.xml +++ b/cloud/model/model-system/pom.xml @@ -10,12 +10,4 @@ model-system - - - - org.apache.maven.plugins - maven-compiler-plugin - - - \ No newline at end of file diff --git a/cloud/model/model-system/src/main/java/com/bgasol/model/system/department/mapstruct/DepartmentMapstruct.java b/cloud/model/model-system/src/main/java/com/bgasol/model/system/department/mapstruct/DepartmentMapstruct.java index 334647b..e489a60 100644 --- a/cloud/model/model-system/src/main/java/com/bgasol/model/system/department/mapstruct/DepartmentMapstruct.java +++ b/cloud/model/model-system/src/main/java/com/bgasol/model/system/department/mapstruct/DepartmentMapstruct.java @@ -14,4 +14,3 @@ public interface DepartmentMapstruct { DepartmentEntity toEntity(DepartmentUpdateDto dto); } -