Package co.mastermindcms.modules.beans
Class SellerSkuGenerateModel
- java.lang.Object
-
- co.mastermindcms.modules.beans.SellerSkuGenerateModel
-
public class SellerSkuGenerateModel extends java.lang.Object
The intermediate model for linking SKU's from database with instructions for generating entities from an Excel file.
-
-
Field Summary
Fields Modifier and Type Field Description private SellerSkuExcelModel
skuGenModel
private java.util.List<SKU>
skus
-
Constructor Summary
Constructors Constructor Description SellerSkuGenerateModel()
-
-
-
Field Detail
-
skus
private java.util.List<SKU> skus
-
skuGenModel
private SellerSkuExcelModel skuGenModel
-
-