| | |
| | | import com.ruoyi.sales.pojo.CommonFile; |
| | | import com.ruoyi.sales.pojo.ShippingInfo; |
| | | import com.ruoyi.sales.pojo.ShippingProductDetail; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import lombok.Data; |
| | | |
| | | import java.math.BigDecimal; |
| | |
| | | @TableField(exist = false) |
| | | private List<CommonFile> commonFileList; |
| | | |
| | | @Schema(description = "退货单号集合") |
| | | @TableField(exist = false) |
| | | private List<String> returnNoList; |
| | | |
| | | @Schema(description = "退货单号字符串") |
| | | @TableField(exist = false) |
| | | private String returnNos; |
| | | |
| | | private String specificationModel; |
| | | |
| | | private String productName; |