|
|
@ -58,7 +58,7 @@ public class ConfirmationInitVo implements Vo { |
|
|
|
private List<String> payFiles = new ArrayList<>() ; |
|
|
|
|
|
|
|
@ApiModelProperty("款项明细") |
|
|
|
private List<AppFinSelectedReceivablesDetailedDto> contractList = new ArrayList<>(); |
|
|
|
private List<UncollectedReceivablesDetailedVo> contractList = new ArrayList<>(); |
|
|
|
|
|
|
|
@ApiModelProperty("余额") |
|
|
|
private String balance; |
|
|
|