Commit a5191133 by xub

long类型丢精度

parent 9fbc27b2
package com.gic.plug.web.vo.goods;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.util.List;
/**
......@@ -14,6 +16,7 @@ public class GoodsVO {
/**
* 商品ID
*/
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long goodsId;
/**
* 商品名称
......@@ -26,6 +29,7 @@ public class GoodsVO {
/**
* 货号
*/
@JsonFormat(shape = JsonFormat.Shape.STRING)
private String goodsCode;
/**
......@@ -78,6 +82,7 @@ public class GoodsVO {
/**
* ID
*/
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long goodsSkuId;
/**
* sku数据
......
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