-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/KBDS-Dreamverse/KBDS-ITAM-Ad…
…min-Server into feat/#31
- Loading branch information
Showing
12 changed files
with
12 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.kbds.itamserveradmin.domain.contract.entity; | ||
|
||
public enum OpStatus { | ||
IN_OPERATION, IN_DISPOSAL | ||
} |
4 changes: 0 additions & 4 deletions
4
...in/java/com/kbds/itamserveradmin/domain/corperation/controller/CooperationController.java
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
src/main/java/com/kbds/itamserveradmin/domain/corperation/entity/Corporation.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...in/java/com/kbds/itamserveradmin/domain/corperation/repository/CorporationRepository.java
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
src/main/java/com/kbds/itamserveradmin/domain/corperation/service/CooperationService.java
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...main/java/com/kbds/itamserveradmin/domain/corperation/service/CooperationServiceImpl.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ion/controller/CooperationController.java → ...ion/controller/CorporationController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.kbds.itamserveradmin.domain.corporation.controller; | ||
|
||
public class CooperationController { | ||
public class CorporationController { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
...main/java/com/kbds/itamserveradmin/domain/corporation/service/CooperationServiceImpl.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...rporation/service/CooperationService.java → ...rporation/service/CorporationService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.kbds.itamserveradmin.domain.corporation.service; | ||
|
||
public interface CooperationService { | ||
public interface CorporationService { | ||
} |
4 changes: 4 additions & 0 deletions
4
...main/java/com/kbds/itamserveradmin/domain/corporation/service/CorporationServiceImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.kbds.itamserveradmin.domain.corporation.service; | ||
|
||
public class CorporationServiceImpl implements CorporationService { | ||
} |