This commit is contained in:
@@ -7,8 +7,6 @@ import lombok.*;
|
||||
@Data
|
||||
@Getter
|
||||
@Builder
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public class CustomerGuidanceToolRequest {
|
||||
@Schema(description = "고객번호", example = "CUST123")
|
||||
private String csNo;
|
||||
|
||||
@@ -8,8 +8,6 @@ import java.util.List;
|
||||
|
||||
@Getter
|
||||
@Builder
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Data
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
public class CustomerGuidanceToolResponse {
|
||||
|
||||
@@ -18,7 +18,6 @@ public class ONILD0320_I {
|
||||
@GlowTrgmField(order = 1, description = "고객 통합 안내이력 조회", type="gs")
|
||||
private CstUnfcNotiCarhInqrInDto cstUnfcNotiCarhInqrInDto;
|
||||
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
@NoArgsConstructor
|
||||
@Getter
|
||||
@Setter
|
||||
|
||||
@@ -16,7 +16,7 @@ public class ONILD0320_O {
|
||||
@GlowTrgmField(order = 1, description = "고객 통합 안내이력 조회out", type="gm")
|
||||
private List<CstUnfcNotiCarhInqrOutDto> cstUnfcNotiCarhInqrOutDto;
|
||||
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
|
||||
@NoArgsConstructor
|
||||
@Getter
|
||||
@Setter
|
||||
|
||||
Reference in New Issue
Block a user