|
@@ -2,10 +2,8 @@ package com.gree.mall.manager.bean.material.manage;
|
|
|
|
|
|
import com.gree.mall.manager.annotation.ZfireField;
|
|
|
import com.gree.mall.manager.enums.IsYesNoEnum;
|
|
|
-import com.gree.mall.manager.enums.material.PayOrderTypeEnum;
|
|
|
import com.gree.mall.manager.enums.material.PayTypeEnum;
|
|
|
import com.gree.mall.manager.enums.material.SalesPayOrderSourceEnum;
|
|
|
-import com.gree.mall.manager.enums.material.WebsitGoodsTypeEnum;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
@@ -28,12 +26,12 @@ public class WebsitTradeVO {
|
|
|
//
|
|
|
// @ApiModelProperty(value = "商户名称")
|
|
|
// private String companyWechatName;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "商品类型")
|
|
|
- private WebsitGoodsTypeEnum goodsType;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "订单类型")
|
|
|
- private PayOrderTypeEnum orderType;
|
|
|
+//
|
|
|
+// @ApiModelProperty(value = "商品类型")
|
|
|
+// private WebsitGoodsTypeEnum goodsType;
|
|
|
+//
|
|
|
+// @ApiModelProperty(value = "订单类型")
|
|
|
+// private PayOrderTypeEnum orderType;
|
|
|
|
|
|
@ZfireField(hide = true)
|
|
|
@ApiModelProperty(value = "订单来源")
|