|
|
@ -24,6 +24,7 @@ public class GoodsListVo { |
|
|
private Integer goods_entrust;//委托类型
|
|
|
private Integer goods_entrust;//委托类型
|
|
|
private BigDecimal price; //gd 价格
|
|
|
private BigDecimal price; //gd 价格
|
|
|
private String canceltime; //撤销时间
|
|
|
private String canceltime; //撤销时间
|
|
|
|
|
|
private String updatetime; |
|
|
private String goods_ownership_str; //权益
|
|
|
private String goods_ownership_str; //权益
|
|
|
private String goods_image; |
|
|
private String goods_image; |
|
|
private Integer stock; |
|
|
private Integer stock; |
|
|
@ -50,6 +51,14 @@ public class GoodsListVo { |
|
|
this.createtime = createtime; |
|
|
this.createtime = createtime; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getUpdatetime() { |
|
|
|
|
|
return updatetime; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setUpdatetime(String updatetime) { |
|
|
|
|
|
this.updatetime = updatetime; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public String getGoods_islicode() { |
|
|
public String getGoods_islicode() { |
|
|
return goods_islicode; |
|
|
return goods_islicode; |
|
|
} |
|
|
} |
|
|
|