Browse Source

no message

FengChaoYu 10 months ago
parent
commit
d6a063b986

+ 4 - 4
mall-server-api/src/main/java/com/gree/mall/manager/bean/material/base/WorkerGoodsVO.java

@@ -27,13 +27,13 @@ public class WorkerGoodsVO {
     @ApiModelProperty(value = "师傅销售单位")
     @ApiModelProperty(value = "师傅销售单位")
     private String salesUnit;
     private String salesUnit;
 
 
-    @ZfireField(tbName = "b", hide = true, colName = "category_id")
+    @ZfireField(tbName = "b", hide = true)
     @ApiModelProperty(value = "商品小类ID")
     @ApiModelProperty(value = "商品小类ID")
-    private String goodsCategoryId;
+    private String categoryId;
 
 
-    @ZfireField(tbName = "b", colName = "category_name")
+    @ZfireField(tbName = "b")
     @ApiModelProperty(value = "商品小类")
     @ApiModelProperty(value = "商品小类")
-    private String goodsCategoryName;
+    private String categoryName;
 
 
     @ApiModelProperty(value = "商品代码")
     @ApiModelProperty(value = "商品代码")
     private String goodsCode;
     private String goodsCode;