Skip to content

Commit

Permalink
Быстрофикс, мне можно
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Ungurean committed Mar 2, 2025
1 parent e337380 commit 0fa4978
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package club.ttg.dnd5.domain.clazz.rest.dto;

import club.ttg.dnd5.domain.common.rest.dto.BaseResponse;
import club.ttg.dnd5.domain.common.rest.dto.BaseRequest;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class ClassRequest extends BaseResponse {
public class ClassRequest extends BaseRequest {
@Schema(description = "Название класса в родительном падеже.", examples = "волшебника")
private String genitive;
@Schema(description = "Кость хитов")
Expand Down

0 comments on commit 0fa4978

Please sign in to comment.