|
@ -25,28 +25,14 @@ |
|
|
*********************************************************/ |
|
|
*********************************************************/ |
|
|
package com.yxt.anrui.fin.api.finpaymentapplydetailsbeloweve; |
|
|
package com.yxt.anrui.fin.api.finpaymentapplydetailsbeloweve; |
|
|
|
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
import com.yxt.common.core.vo.Vo; |
|
|
import com.yxt.common.core.vo.Vo; |
|
|
|
|
|
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
import io.swagger.annotations.ApiModel; |
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
|
|
|
|
|
|
import java.math.BigDecimal; |
|
|
import java.math.BigDecimal; |
|
|
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* Project: anrui-fin(平仓) <br/> |
|
|
|
|
|
* File: FinPaymentapplyDetailsBelowEveVo.java <br/> |
|
|
|
|
|
* Class: com.yxt.anrui.fin.api.finpaymentapplydetailsbeloweve.FinPaymentapplyDetailsBelowEveVo <br/> |
|
|
|
|
|
* Description: 付款申请明细-明细-平仓 视图数据对象. <br/> |
|
|
|
|
|
* Copyright: Copyright (c) 2011 <br/> |
|
|
|
|
|
* Company: https://gitee.com/liuzp315 <br/>
|
|
|
|
|
|
* Makedate: 2024-12-13 10:03:07 <br/> |
|
|
|
|
|
* |
|
|
|
|
|
* @author liupopo |
|
|
|
|
|
* @version 1.0 |
|
|
|
|
|
* @since 1.0 |
|
|
|
|
|
*/ |
|
|
|
|
|
@Data |
|
|
@Data |
|
|
@ApiModel(value = "付款申请明细-明细-平仓 视图数据对象", description = "付款申请明细-明细-平仓 视图数据对象") |
|
|
@ApiModel(value = "付款申请明细-明细-平仓 视图数据对象", description = "付款申请明细-明细-平仓 视图数据对象") |
|
|
public class FinPaymentapplyDetailsBelowEveVo implements Vo { |
|
|
public class FinPaymentapplyDetailsBelowEveVo implements Vo { |
|
@ -58,7 +44,8 @@ public class FinPaymentapplyDetailsBelowEveVo implements Vo { |
|
|
@ApiModelProperty("平仓款名称") |
|
|
@ApiModelProperty("平仓款名称") |
|
|
private String costTitleValue; |
|
|
private String costTitleValue; |
|
|
@ApiModelProperty("融资付款开通日期") |
|
|
@ApiModelProperty("融资付款开通日期") |
|
|
private String openDate; |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
|
|
private Date openDate; |
|
|
@ApiModelProperty("期数") |
|
|
@ApiModelProperty("期数") |
|
|
private String period; |
|
|
private String period; |
|
|
@ApiModelProperty("付款单位名称") |
|
|
@ApiModelProperty("付款单位名称") |
|
|