20 lines
363 B
Java
20 lines
363 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class ZgJ extends FFJ {
|
|
|
|
@SerializedName("sourceCode")
|
|
private String a;
|
|
|
|
@SerializedName("productType")
|
|
private String b;
|
|
|
|
@SerializedName("productSubCode")
|
|
private String c;
|
|
|
|
@SerializedName("productCode")
|
|
private String d;
|
|
}
|