45 lines
796 B
Java
45 lines
796 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class gNs {
|
|
|
|
@SerializedName("longDesc")
|
|
public String a;
|
|
|
|
@SerializedName("code")
|
|
public String b;
|
|
|
|
@SerializedName("imageURL")
|
|
public String c;
|
|
|
|
@SerializedName("desc")
|
|
public String d;
|
|
|
|
@SerializedName("detailImageURL")
|
|
public String e;
|
|
|
|
@SerializedName("productList")
|
|
public List<gNs> f;
|
|
|
|
@SerializedName("type")
|
|
public String g;
|
|
|
|
@SerializedName("name")
|
|
public String h;
|
|
|
|
@SerializedName("subProductCount")
|
|
public int i;
|
|
|
|
@SerializedName("shortDesc")
|
|
public String j;
|
|
|
|
@SerializedName("subSortSequence")
|
|
private int k;
|
|
|
|
@SerializedName("sortSequence")
|
|
private int m;
|
|
}
|