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

Commit 450cd8b3 authored by 姜秀龙's avatar 姜秀龙

Merge remote-tracking branch 'origin/jxl-lixianzhifu' into jxl-lixianzhifu

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