|
@@ -35,10 +35,6 @@ public class GoodsApplyVO {
|
|
|
@ApiModelProperty(value = "商品描述")
|
|
|
private String describeText;
|
|
|
|
|
|
- @ZfireField(tbName = "b")
|
|
|
- @ApiModelProperty(value = "商品图片")
|
|
|
- private String imgUrl;
|
|
|
-
|
|
|
@ZfireField(hide = true,tbName = "b")
|
|
|
@ApiModelProperty(value = "商品分类id")
|
|
|
private String categoryId;
|