Skip to content

Commit

Permalink
!hotfix: 역량 분석 response @NoArgsConstructor 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 committed Nov 19, 2024
1 parent 096fdf9 commit 00ae92f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
package corecord.dev.domain.analysis.dto.response;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.Getter;
import lombok.Setter;
import lombok.*;

import java.util.Map;

@Setter
@Getter @Data
@NoArgsConstructor
@AllArgsConstructor
public class AnalysisAiResponse {
@JsonProperty("keywordList")
Expand Down

0 comments on commit 00ae92f

Please sign in to comment.