|
@@ -53,6 +53,8 @@ public class SttlMngInfoResponse {
|
53
|
53
|
private String sysChgDttm;
|
54
|
54
|
@ApiModelProperty(value = "시스템변경아이디")
|
55
|
55
|
private String sysChgId;
|
|
56
|
+ @ApiModelProperty(value = "정산반려사유")
|
|
57
|
+ private String sttlRjctRsn;
|
56
|
58
|
|
57
|
59
|
@ApiModelProperty(value = "계좌잔액")
|
58
|
60
|
private Long acctBal;
|
|
@@ -70,6 +72,7 @@ public class SttlMngInfoResponse {
|
70
|
72
|
.spplyNm(entity.getSpplyNm())
|
71
|
73
|
.sttlStCd(entity.getSttlStCd())
|
72
|
74
|
.sttlStNm(entity.getSttlStNm())
|
|
75
|
+ .sttlRjctRsn(entity.getSttlRjctRsn())
|
73
|
76
|
.sttlReqAmt(entity.getSttlReqAmt())
|
74
|
77
|
.sttlDt(entity.getSttlDt())
|
75
|
78
|
.sttlAmt(entity.getSttlAmt())
|