| | |
| | | |
| | | import cn.idev.excel.annotation.ExcelIgnore; |
| | | import cn.idev.excel.annotation.ExcelProperty; |
| | | import cn.idev.excel.converters.string.StringImageConverter; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | private BigDecimal totalWeight; |
| | | |
| | | @ApiModelProperty("医院签名") |
| | | @ExcelProperty(value = "医院签名", index = 7) |
| | | @ExcelProperty(value = "医院签名", index = 7, converter = StringImageConverter.class) |
| | | private String hospitalSignature; |
| | | |
| | | @ApiModelProperty("司机姓名") |