Skip to content

Commit

Permalink
⚡️ :: Response변경
Browse files Browse the repository at this point in the history
  • Loading branch information
lyutvs committed May 21, 2023
1 parent 4b16de5 commit 1b106dc
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
package io.github.v1servicenotification.category.api.response

import java.util.UUID

class CategoryElement(
val id: UUID,
val title: String,
val destination: String,
val topic: String,
val isActivate: Boolean,
)

0 comments on commit 1b106dc

Please sign in to comment.