Skip to content

Commit

Permalink
test patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gokris165 committed May 29, 2024
1 parent 0d4785c commit 098c049
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions BundleClient/app/src/main/java/com/ddd/model/BundleDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ public class BundleDTO {
private String bundleId;
private Bundle bundle;






















public String getBundleId() {
return this.bundleId;
}
Expand Down

0 comments on commit 098c049

Please sign in to comment.