|
|
@ -80,7 +80,6 @@ public class NiceDTO {
|
|
|
|
@Schema(title = "조회동의사유", example = " ")
|
|
|
|
@Schema(title = "조회동의사유", example = " ")
|
|
|
|
@Size(min = 1, max = 1, message = "조회동의사유는 1자리 입니다")
|
|
|
|
@Size(min = 1, max = 1, message = "조회동의사유는 1자리 입니다")
|
|
|
|
private String queryConsentReason = StringUtils.SPACE;
|
|
|
|
private String queryConsentReason = StringUtils.SPACE;
|
|
|
|
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------------------------------
|
|
|
|
//----------------------------------------------------------------------------------------------
|
|
|
|
// 공통부 : 100 자리
|
|
|
|
// 공통부 : 100 자리
|
|
|
|
//----------------------------------------------------------------------------------------------
|
|
|
|
//----------------------------------------------------------------------------------------------
|
|
|
@ -614,7 +613,7 @@ public class NiceDTO {
|
|
|
|
@Size(min = 23, max = 23, message = "공란(23자리)")
|
|
|
|
@Size(min = 23, max = 23, message = "공란(23자리)")
|
|
|
|
private String privateEmptyField = StringUtils.rightPad(StringUtils.EMPTY, 23, StringUtils.SPACE);
|
|
|
|
private String privateEmptyField = StringUtils.rightPad(StringUtils.EMPTY, 23, StringUtils.SPACE);
|
|
|
|
//----------------------------------------------------------------------------------------------
|
|
|
|
//----------------------------------------------------------------------------------------------
|
|
|
|
// 개별요청부 : 3000 자리
|
|
|
|
// 개별요청부 : 100 자리
|
|
|
|
//----------------------------------------------------------------------------------------------
|
|
|
|
//----------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
public String ofString() {
|
|
|
|
public String ofString() {
|
|
|
|