| | |
| | | @Excel(name = "油液ID", width = 15) |
| | | @ApiModelProperty(value = "油液ID") |
| | | private String fluidId; |
| | | /**使用数量*/ |
| | | @Excel(name = "使用数量", width = 15) |
| | | @ApiModelProperty(value = "使用数量") |
| | | private Integer usageQuantity; |
| | | /**加入部位*/ |
| | | @Excel(name = "加入部位", width = 15) |
| | | @ApiModelProperty(value = "加入部位") |
| | | private String additionSite; |
| | | /**时间*/ |
| | | @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "时间", width = 15) |
| | | @ApiModelProperty(value = "时间") |
| | | private Date oilTime; |
| | | /**油液编码*/ |
| | | @TableField(exist = false) |
| | | private String fluidCode; |