|
|
@ -25,26 +25,10 @@ |
|
|
|
*********************************************************/ |
|
|
|
package com.yxt.anrui.riskcenter.api.loanrestorereportapply; |
|
|
|
|
|
|
|
|
|
|
|
import com.yxt.common.core.vo.Vo; |
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
/** |
|
|
|
* Project: anrui-riskcenter(催收措施申请) <br/> |
|
|
|
* File: LoanBeCollectionApplyVo.java <br/> |
|
|
|
* Class: com.yxt.anrui.riskcenter.api.loanbecollectionapply.LoanBeCollectionApplyVo <br/> |
|
|
|
* Description: 逾期催收申请 视图数据对象. <br/> |
|
|
|
* Copyright: Copyright (c) 2011 <br/> |
|
|
|
* Company: https://gitee.com/liuzp315 <br/>
|
|
|
|
* Makedate: 2023-12-12 16:06:20 <br/> |
|
|
|
* |
|
|
|
* @author liupopo |
|
|
|
* @version 1.0 |
|
|
|
* @since 1.0 |
|
|
|
*/ |
|
|
|
@Data |
|
|
|
@ApiModel(value = "逾期催收申请 视图数据对象", description = "逾期催收申请 视图数据对象") |
|
|
|
public class LoanRestoreReportFileVo implements Vo { |
|
|
|
|
|
|
|
private String url; |
|
|
|