v1
This commit is contained in:
@@ -11,5 +11,4 @@ data class Product (
|
||||
@SerializedName("MenuItemId") @Expose var menuItemId: Int?,
|
||||
@SerializedName("GroupName") @Expose var groupName: String?,
|
||||
@SerializedName("CustomTags") @Expose var customTags: String?,
|
||||
@SerializedName("Expr1") @Expose var portion: String?
|
||||
): Serializable
|
||||
Reference in New Issue
Block a user