version:4.8

fix:
update:增加权重排序
This commit is contained in:
2024-03-12 17:20:22 +08:00
parent 28789f486a
commit 7cb6eecb3d
10 changed files with 25 additions and 15 deletions

View File

@@ -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;