-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat[model]: add classes to make it visual on GitHub
- Loading branch information
Fredrik Marjoni
committed
Feb 26, 2026
1 parent
b037659
commit 9f61254
Showing
4 changed files
with
10 additions
and
0 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| package edu.group5.app.model.donation; | ||
|
|
||
| public class Donation { | ||
|
|
||
| } |
5 changes: 5 additions & 0 deletions
5
src/main/java/edu/group5/app/model/organization/Organization.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,5 @@ | ||
| package edu.group5.app.model.organization; | ||
|
|
||
| public class Organization { | ||
|
|
||
| } |
Binary file not shown.
Binary file added
BIN
+329 Bytes
target/classes/edu/group5/app/model/organization/Organization.class
Binary file not shown.