Skip to content

Commit

Permalink
chore(VerifyNewAdminCommand): add dto
Browse files Browse the repository at this point in the history
  • Loading branch information
sss4920 committed Feb 4, 2025
1 parent 57e3666 commit 076988f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
package com.app.toaster.admin.controller.dto.command;

import com.app.toaster.admin.domain.AdminStatus;

public record VerifyNewAdminCommand(
Long id,
String key,
boolean isNewAdmin
AdminStatus adminStatus
) {
}

0 comments on commit 076988f

Please sign in to comment.