Commit ff4b2713 authored by zhaobiyan's avatar zhaobiyan

雪花算法id 字符串类型返回

parent 953d970a
...@@ -56,4 +56,8 @@ public class MemberUserScoreLogBackVO { ...@@ -56,4 +56,8 @@ public class MemberUserScoreLogBackVO {
} }
return JSONUtil.parseObj(extParam); return JSONUtil.parseObj(extParam);
} }
public String getLogId() {
return String.valueOf(getId());
}
} }
...@@ -36,4 +36,7 @@ public class RewardRedeemPageRespVO extends RewardRedeemBaseVO { ...@@ -36,4 +36,7 @@ public class RewardRedeemPageRespVO extends RewardRedeemBaseVO {
@ApiModelProperty(value = "快递公司名称") @ApiModelProperty(value = "快递公司名称")
private String courierCompanyName; private String courierCompanyName;
public String getRedeemId() {
return String.valueOf(getId());
}
} }
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