记得上下班打卡 | git大法好,push需谨慎

Commit 0fe65e82 authored by wangyifan's avatar wangyifan

离线支付-修改支付状态返回格式

parent e309bb29
......@@ -234,14 +234,12 @@ public class GoblinBraceletOrderVo implements Serializable, Cloneable {
* 创建时间
*/
@ApiModelProperty(value = "创建时间")
@JsonFormat(shape=JsonFormat.Shape.STRING, pattern= DateUtil.DATE_FULL_STR)
private LocalDateTime createdAt;
/**
* 更新时间
*/
@ApiModelProperty(value = "更新时间")
@JsonFormat(shape=JsonFormat.Shape.STRING, pattern= DateUtil.DATE_FULL_STR)
private LocalDateTime updatedAt;
private static final GoblinBraceletOrderVo obj = new GoblinBraceletOrderVo();
......
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