어노테이션수정
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14s

This commit is contained in:
Boram
2026-08-12 18:06:25 +09:00
parent 999b4ebae0
commit 4ecff183c6
4 changed files with 1 additions and 6 deletions

View File

@@ -7,8 +7,6 @@ import lombok.*;
@Data @Data
@Getter @Getter
@Builder @Builder
@NoArgsConstructor
@AllArgsConstructor
public class CustomerGuidanceToolRequest { public class CustomerGuidanceToolRequest {
@Schema(description = "고객번호", example = "CUST123") @Schema(description = "고객번호", example = "CUST123")
private String csNo; private String csNo;

View File

@@ -8,8 +8,6 @@ import java.util.List;
@Getter @Getter
@Builder @Builder
@NoArgsConstructor
@AllArgsConstructor
@Data @Data
@JsonInclude(JsonInclude.Include.NON_NULL) @JsonInclude(JsonInclude.Include.NON_NULL)
public class CustomerGuidanceToolResponse { public class CustomerGuidanceToolResponse {

View File

@@ -18,7 +18,6 @@ public class ONILD0320_I {
@GlowTrgmField(order = 1, description = "고객 통합 안내이력 조회", type="gs") @GlowTrgmField(order = 1, description = "고객 통합 안내이력 조회", type="gs")
private CstUnfcNotiCarhInqrInDto cstUnfcNotiCarhInqrInDto; private CstUnfcNotiCarhInqrInDto cstUnfcNotiCarhInqrInDto;
@JsonIgnoreProperties(ignoreUnknown = true)
@NoArgsConstructor @NoArgsConstructor
@Getter @Getter
@Setter @Setter

View File

@@ -16,7 +16,7 @@ public class ONILD0320_O {
@GlowTrgmField(order = 1, description = "고객 통합 안내이력 조회out", type="gm") @GlowTrgmField(order = 1, description = "고객 통합 안내이력 조회out", type="gm")
private List<CstUnfcNotiCarhInqrOutDto> cstUnfcNotiCarhInqrOutDto; private List<CstUnfcNotiCarhInqrOutDto> cstUnfcNotiCarhInqrOutDto;
@JsonIgnoreProperties(ignoreUnknown = true)
@NoArgsConstructor @NoArgsConstructor
@Getter @Getter
@Setter @Setter