puhanshu
2022-01-11 af8cd7db30e347bf4a9d4753e352abe9106bdb09
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/microCommercialStreet/McsVerifyRecordVO.java
@@ -22,6 +22,9 @@
    @ApiModelProperty("核验记录id")
    private Long id;
    @ApiModelProperty("核验码")
    private Long couponId;
    @ApiModelProperty("游戏名称")
    private String name;
@@ -31,4 +34,10 @@
    @ApiModelProperty("核验时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date verifiedAt;
    @ApiModelProperty("用户昵称")
    private String nickName;
    @ApiModelProperty("游戏类别(1.戳戳币游戏 2.体验游戏)")
    private Integer type;
}