|
@@ -46,8 +46,8 @@ public class FsCourseProductOrderVO extends BaseEntity {
|
|
|
private Long isPay;
|
|
private Long isPay;
|
|
|
|
|
|
|
|
/** 支付时间 */
|
|
/** 支付时间 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
- @Excel(name = "支付时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
+ @Excel(name = "支付时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date payTime;
|
|
private Date payTime;
|
|
|
|
|
|
|
|
/** 支付方式 微信 */
|
|
/** 支付方式 微信 */
|
|
@@ -58,8 +58,8 @@ public class FsCourseProductOrderVO extends BaseEntity {
|
|
|
private Long status;
|
|
private Long status;
|
|
|
|
|
|
|
|
/** 申请退款时间 */
|
|
/** 申请退款时间 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
- @Excel(name = "申请退款时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
+ @Excel(name = "申请退款时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date refundTime;
|
|
private Date refundTime;
|
|
|
|
|
|
|
|
/** 申请退款理由 */
|
|
/** 申请退款理由 */
|