🎨 修正几个字段类型错误的问题
This commit is contained in:
@@ -43,7 +43,7 @@ public class WaybillGoodsInfo implements Serializable {
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName("goods_name")
|
||||
private Long goodsName;
|
||||
private String goodsName;
|
||||
|
||||
/**
|
||||
* 商品图片URL
|
||||
@@ -52,7 +52,7 @@ public class WaybillGoodsInfo implements Serializable {
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName("goods_img_url")
|
||||
private Integer goodsImgUrl;
|
||||
private String goodsImgUrl;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user