xiaoyong931011
2021-05-25 264980073d03ead5cfce39f87c611de623db4d3f
src/main/java/com/xcong/excoin/modules/otc/vo/OtcAppealInfoVo.java
@@ -1,5 +1,6 @@
package com.xcong.excoin.modules.otc.vo;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import lombok.Data;
@@ -32,9 +33,13 @@
    public static final Integer STATUS_FOUR = 4;
    //付款时间
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date payTime;
    //完成时间
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date finishTime;