|
@@ -29,15 +29,15 @@ public class WebsitVenderGoodsRelaVO {
|
|
|
private String venderName;
|
|
|
|
|
|
@ZfireField(hide = true)
|
|
|
- @ApiModelProperty(value = "商品编号")
|
|
|
+ @ApiModelProperty(value = "辅材编号")
|
|
|
private String goodsId;
|
|
|
|
|
|
@ZfireField(tbName = "b")
|
|
|
- @ApiModelProperty(value = "商品名称")
|
|
|
+ @ApiModelProperty(value = "辅材名称")
|
|
|
private String goodsName;
|
|
|
|
|
|
@ZfireField(tbName = "b", hide = true)
|
|
|
- @ApiModelProperty(value = "商品代码")
|
|
|
+ @ApiModelProperty(value = "辅材代码")
|
|
|
private String goodsCode;
|
|
|
|
|
|
@ApiModelProperty(value = "进价")
|
|
@@ -47,7 +47,7 @@ public class WebsitVenderGoodsRelaVO {
|
|
|
private StateEnum relaStatus;
|
|
|
|
|
|
@ZfireField(tbName = "c", hide = true, colName = "parent_category_id")
|
|
|
- @ApiModelProperty(value = "商品父类编号")
|
|
|
+ @ApiModelProperty(value = "辅材父类编号")
|
|
|
private String parentCategoryId;
|
|
|
|
|
|
@ZfireField(tbName = "c", colName = "parent_category_name")
|
|
@@ -55,7 +55,7 @@ public class WebsitVenderGoodsRelaVO {
|
|
|
private String parentCategoryName;
|
|
|
|
|
|
@ZfireField(tbName = "b", hide = true)
|
|
|
- @ApiModelProperty(value = "商品小类编号")
|
|
|
+ @ApiModelProperty(value = "辅材小类编号")
|
|
|
private String goodsCategoryId;
|
|
|
|
|
|
@ZfireField(tbName = "c", colName = "category_name")
|