| | |
| | | package com.ruoyi.system.api.domain.dto; |
| | | |
| | | import com.ruoyi.common.core.enums.RequestTypeEnum; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.time.LocalDateTime; |
| | | |
| | | @Data |
| | | @ApiModel(value = "售后订单传输对象", description = "售后订单传输对象") |
| | |
| | | private Long orderId; |
| | | |
| | | @ApiModelProperty(value = "售后类型 1=退款 2=退款退货") |
| | | private RequestTypeEnum requestType; |
| | | private Integer requestType; |
| | | |
| | | @ApiModelProperty(value = "申请原因") |
| | | private String requestReason; |