|
@@ -2,7 +2,9 @@ package com.gree.mall.manager.bean.material.worker;
|
|
|
|
|
|
import com.gree.mall.manager.annotation.ZfireField;
|
|
|
import com.gree.mall.manager.enums.IsEnum;
|
|
|
-import com.gree.mall.manager.enums.material.*;
|
|
|
+import com.gree.mall.manager.enums.material.PartsOrderFlagEnum;
|
|
|
+import com.gree.mall.manager.enums.material.PartsRefundApplyTypeEnum;
|
|
|
+import com.gree.mall.manager.enums.material.PartsRepairFlagEnum;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
@@ -24,14 +26,14 @@ public class OldRefundManageVO {
|
|
|
@ApiModelProperty(value = "商户名称")
|
|
|
private String companyWechatName;
|
|
|
|
|
|
- @ApiModelProperty(value = "申请类别")
|
|
|
- private PartsApplyCategoryEnum applyCategory;
|
|
|
+// @ApiModelProperty(value = "申请类别")
|
|
|
+// private PartsApplyCategoryEnum applyCategory;
|
|
|
|
|
|
@ApiModelProperty(value = "申请类型")
|
|
|
private PartsRefundApplyTypeEnum applyType;
|
|
|
|
|
|
- @ApiModelProperty(value = "返还方式")
|
|
|
- private PartsRefundModeEnum refundMode;
|
|
|
+// @ApiModelProperty(value = "返还方式")
|
|
|
+// private PartsRefundModeEnum refundMode;
|
|
|
|
|
|
@ApiModelProperty(value = "维修标识")
|
|
|
private PartsRepairFlagEnum repairFlag;
|
|
@@ -66,8 +68,8 @@ public class OldRefundManageVO {
|
|
|
@ApiModelProperty(value = "工单编号")
|
|
|
private String workOrderNo;
|
|
|
|
|
|
- @ApiModelProperty(value = "总部工单派工id")
|
|
|
- private String pgId;
|
|
|
+// @ApiModelProperty(value = "总部工单派工id")
|
|
|
+// private String pgId;
|
|
|
|
|
|
@ApiModelProperty(value = "用户名称")
|
|
|
private String customerName;
|
|
@@ -78,8 +80,8 @@ public class OldRefundManageVO {
|
|
|
@ApiModelProperty(value = "退款金额")
|
|
|
private BigDecimal refundAmount;
|
|
|
|
|
|
- @ApiModelProperty(value = "退款方式")
|
|
|
- private PayTypeEnum refundAmountMode;
|
|
|
+// @ApiModelProperty(value = "退款方式")
|
|
|
+// private PayTypeEnum refundAmountMode;
|
|
|
|
|
|
@ApiModelProperty(value = "是否已结算")
|
|
|
private IsEnum settlementState;
|