|
@@ -27,7 +27,7 @@ public class WorkerGoodsVO {
|
|
|
@ApiModelProperty(value = "师傅销售单位")
|
|
|
private String salesUnit;
|
|
|
|
|
|
- @ZfireField(tbName = "b", hide = true)
|
|
|
+ @ZfireField(tbName = "b", hide = true, colName = "category_id")
|
|
|
@ApiModelProperty(value = "商品小类ID")
|
|
|
private String goodsCategoryId;
|
|
|
|