Commit a9f67393 by 何文超

将id精度改成string

parent c2ae17ce
......@@ -2,10 +2,13 @@ package com.gic.plug.web.vo.goods;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
public class GoodsRightsSelectorVO {
/**
*
*/
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long goodsRightsSelectorId;
/**
......
package com.gic.plug.web.vo.goods;
public class GoodsSelectorVO {
import com.fasterxml.jackson.annotation.JsonFormat;
public class GoodsSelectorVO {
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long goodsSelectorId;
private String goodsSearchValue;
......
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