style: import 구문 위치 및 누락된 패키지 참조 정리
This commit is contained in:
@@ -5,6 +5,8 @@ import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonUnwrapped;
|
||||
|
||||
/**
|
||||
* @package io.shinhanlife.axhub.common.integration.mci.dto
|
||||
* @className MciRequestWrapper
|
||||
@@ -19,7 +21,6 @@ import lombok.NoArgsConstructor;
|
||||
*
|
||||
* </pre>
|
||||
*/
|
||||
import com.fasterxml.jackson.annotation.JsonUnwrapped;
|
||||
|
||||
@Data
|
||||
@Builder
|
||||
|
||||
Reference in New Issue
Block a user