|
@@ -1,7 +1,6 @@
|
|
|
package com.gree.mall.manager.bean.listvo.material;
|
|
|
|
|
|
import com.gree.mall.manager.annotation.ZfireField;
|
|
|
-import com.gree.mall.manager.enums.material.PartsApplyCategoryEnum;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
@@ -40,7 +39,7 @@ public class WebsitStockPVO {
|
|
|
private String goodsCode;
|
|
|
@ZfireField(tbName = "b")
|
|
|
@ApiModelProperty("配件类型")
|
|
|
- private PartsApplyCategoryEnum partType;
|
|
|
+ private String partType;
|
|
|
@ZfireField(tbName = "b")
|
|
|
@ApiModelProperty("适用品牌")
|
|
|
private String brandRelaName;
|