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

Commit 3194e341 authored by zhengfuxin's avatar zhengfuxin

修改bug

parent 2807df0d
...@@ -81,6 +81,8 @@ public class GoblinFrontCubeVo implements Serializable { ...@@ -81,6 +81,8 @@ public class GoblinFrontCubeVo implements Serializable {
private LocalDateTime createTime; private LocalDateTime createTime;
@JsonFormat(shape=JsonFormat.Shape.STRING, pattern=DateUtil.DATE_FULL_STR) @JsonFormat(shape=JsonFormat.Shape.STRING, pattern=DateUtil.DATE_FULL_STR)
private LocalDateTime updateTime; private LocalDateTime updateTime;
//1魔方2新品推荐
private String type;
/** /**
* spu * spu
*/ */
......
...@@ -90,6 +90,8 @@ public class GoblinFrontCubeParam implements Serializable { ...@@ -90,6 +90,8 @@ public class GoblinFrontCubeParam implements Serializable {
*/ */
@ApiModelProperty(value = "spu信息") @ApiModelProperty(value = "spu信息")
private GoblinGoods goblinGoods; private GoblinGoods goblinGoods;
//1魔方2新品推荐
private String type;
} }
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