version:4.8
fix: update:增加权重排序
This commit is contained in:
@@ -6,6 +6,7 @@ import java.io.Serializable;
|
||||
|
||||
public class GoodsInfo implements Serializable {
|
||||
private static final long serialVersionUID = -229267734972111105L;
|
||||
|
||||
String id;
|
||||
/*商品名*/
|
||||
String goods_name;
|
||||
@@ -31,7 +32,7 @@ public class GoodsInfo implements Serializable {
|
||||
String ensure;
|
||||
@SerializedName("class")
|
||||
String type;
|
||||
int weight;
|
||||
int weight;//权重
|
||||
int click_count;
|
||||
int type_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user