|
@@ -1,15 +1,12 @@
|
|
|
package com.gree.mall.manager.bean.engin;
|
|
|
|
|
|
-import com.baomidou.mybatisplus.annotation.FieldFill;
|
|
|
-import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
-import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
-import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.gree.mall.manager.annotation.ZfireField;
|
|
|
-import com.gree.mall.manager.enums.*;
|
|
|
+import com.gree.mall.manager.enums.IsYesNoEnum;
|
|
|
+import com.gree.mall.manager.enums.MaterialExamineStatusEnum;
|
|
|
+import com.gree.mall.manager.enums.SettlementPayTypeEnum;
|
|
|
+import com.gree.mall.manager.enums.SettlementStatusEnum;
|
|
|
import com.gree.mall.manager.enums.engin.FeePayMethodEnum;
|
|
|
-import com.gree.mall.manager.enums.material.PayTypeEnum;
|
|
|
import com.gree.mall.manager.enums.material.WebsitGoodsTypeEnum;
|
|
|
-import com.gree.mall.manager.plus.entity.RpMaterialOrder;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
@@ -24,12 +21,12 @@ public class RpMaterialOrderVO {
|
|
|
@ApiModelProperty(value = "申请单号")
|
|
|
private String orderId;
|
|
|
|
|
|
- @ZfireField(hide = true)
|
|
|
- @ApiModelProperty(value = "商户编号")
|
|
|
- private String companyWechatId;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "商户名称")
|
|
|
- private String companyWechatName;
|
|
|
+// @ZfireField(hide = true)
|
|
|
+// @ApiModelProperty(value = "商户编号")
|
|
|
+// private String companyWechatId;
|
|
|
+//
|
|
|
+// @ApiModelProperty(value = "商户名称")
|
|
|
+// private String companyWechatName;
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "网点编号")
|