|
|
@ -84,8 +84,8 @@ public class LoanRestoreReportApplyVo implements Vo { |
|
|
|
@ApiModelProperty("交回方式value") |
|
|
|
private String restoreTypeValue; |
|
|
|
@ApiModelProperty("预交回日期") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
private Date restoreDate; |
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
|
private String restoreDate; |
|
|
|
@ApiModelProperty("流程定义的id") |
|
|
|
private String procDefId; |
|
|
|
@ApiModelProperty("流程实例的sid") |
|
|
|