|
|
@ -20,17 +20,21 @@ public class ProductGroupInformationEntity extends QueryPage implements Serializ |
|
|
**/ |
|
|
**/ |
|
|
private String site; |
|
|
private String site; |
|
|
/** |
|
|
/** |
|
|
* 分类编码 |
|
|
|
|
|
|
|
|
* 商品组编码 |
|
|
**/ |
|
|
**/ |
|
|
private String productGroupId; |
|
|
private String productGroupId; |
|
|
/** |
|
|
/** |
|
|
* 分类名称 |
|
|
|
|
|
|
|
|
* 商品组名称 |
|
|
**/ |
|
|
**/ |
|
|
private String productGroupName; |
|
|
private String productGroupName; |
|
|
/** |
|
|
/** |
|
|
* 是否可用 |
|
|
* 是否可用 |
|
|
**/ |
|
|
**/ |
|
|
private String active; |
|
|
private String active; |
|
|
|
|
|
/** |
|
|
|
|
|
* 商品组 |
|
|
|
|
|
**/ |
|
|
|
|
|
private String type; |
|
|
/** |
|
|
/** |
|
|
* 创建时间 |
|
|
* 创建时间 |
|
|
**/ |
|
|
**/ |
|
|
|