|
@@ -1,7 +1,6 @@
|
|
package com.gree.mall.manager.bean.listvo.material;
|
|
package com.gree.mall.manager.bean.listvo.material;
|
|
|
|
|
|
import com.gree.mall.manager.annotation.ZfireField;
|
|
import com.gree.mall.manager.annotation.ZfireField;
|
|
-import com.gree.mall.manager.enums.material.PartsApplyCategoryEnum;
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
import io.swagger.annotations.ApiModel;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
@@ -40,7 +39,7 @@ public class WebsitStockPVO {
|
|
private String goodsCode;
|
|
private String goodsCode;
|
|
@ZfireField(tbName = "b")
|
|
@ZfireField(tbName = "b")
|
|
@ApiModelProperty("配件类型")
|
|
@ApiModelProperty("配件类型")
|
|
- private PartsApplyCategoryEnum partType;
|
|
|
|
|
|
+ private String partType;
|
|
@ZfireField(tbName = "b")
|
|
@ZfireField(tbName = "b")
|
|
@ApiModelProperty("适用品牌")
|
|
@ApiModelProperty("适用品牌")
|
|
private String brandRelaName;
|
|
private String brandRelaName;
|
|
@@ -55,7 +54,7 @@ public class WebsitStockPVO {
|
|
private BigDecimal oldQty;
|
|
private BigDecimal oldQty;
|
|
@ApiModelProperty("更新时间")
|
|
@ApiModelProperty("更新时间")
|
|
private Date updateTime;
|
|
private Date updateTime;
|
|
- @ZfireField(tbName = "c")
|
|
|
|
- @ApiModelProperty("仓库")
|
|
|
|
- private String storageName;
|
|
|
|
|
|
+// @ZfireField(tbName = "c")
|
|
|
|
+// @ApiModelProperty("仓库")
|
|
|
|
+// private String storageName;
|
|
}
|
|
}
|