|
@@ -1,6 +1,7 @@
|
|
|
package com.gree.mall.manager.bean.material.base;
|
|
|
|
|
|
import com.gree.mall.manager.annotation.ZfireField;
|
|
|
+import com.gree.mall.manager.enums.IsEnum;
|
|
|
import com.gree.mall.manager.enums.material.StateEnum;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
@@ -34,6 +35,12 @@ public class WorkerGoodsVO {
|
|
|
@ApiModelProperty(value = "商品小类")
|
|
|
private String goodsCategoryName;
|
|
|
|
|
|
+ @ApiModelProperty(value = "商品代码")
|
|
|
+ private String goodsCode;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "是否小件")
|
|
|
+ private IsEnum isSmall;
|
|
|
+
|
|
|
@ApiModelProperty(value = "状态")
|
|
|
private StateEnum status;
|
|
|
|