|
@@ -28,6 +28,14 @@ public class WorkerGoodsVO {
|
|
|
private String salesUnit;
|
|
|
|
|
|
@ZfireField(tbName = "b", hide = true)
|
|
|
+ @ApiModelProperty(value = "父级商品分类ID")
|
|
|
+ private String parentCategoryId;
|
|
|
+
|
|
|
+ @ZfireField(tbName = "b", hide = true)
|
|
|
+ @ApiModelProperty(value = "父级商品分类名称")
|
|
|
+ private String parentCategoryName;
|
|
|
+
|
|
|
+ @ZfireField(tbName = "b", hide = true)
|
|
|
@ApiModelProperty(value = "商品小类ID")
|
|
|
private String categoryId;
|
|
|
|