This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user