Commit 4a231a3b by 吕明尚

返回值增加格式化

parent e90509c6
......@@ -125,6 +125,7 @@ public class SOrderVo
private String refundReason;
@ApiModelProperty(value = "退款时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm")
@TableField(value = "refund_reason_time")
private Date refundReasonTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment