Browse Source

입금관리 승인 처리 버그 수정

marseyes 2 years ago
parent
commit
df47078405

+ 2 - 0
src/main/java/com/oqpo/api/entity/loanmng/LoanMgntDtlHstEntity.java

@@ -61,4 +61,6 @@ public class LoanMgntDtlHstEntity implements Serializable {
61 61
     @ApiModelProperty(value = "시스템변경아이디")
62 62
     private String sysChgId;
63 63
 
64
+    @ApiModelProperty(value = "결제유형")
65
+    private String payType;
64 66
 }