| | |
| | | package com.ruoyi.sy.domain; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | | import com.ruoyi.common.annotation.Excel; |
| | |
| | | private String carPicture; |
| | | |
| | | /** 预留1 */ |
| | | @Excel(name = "预留1") |
| | | @Excel(name = "rtu") |
| | | @TableField("reserved_1") |
| | | private String reserved1; |
| | | |
| | | /** 预留2 */ |
| | | @Excel(name = "预留2") |
| | | @TableField("reserved_2") |
| | | private String reserved2; |
| | | |
| | | /** 预留3 */ |
| | | @Excel(name = "预留3") |
| | | |
| | | @TableField("reserved_3") |
| | | private String reserved3; |
| | | |
| | | public void setId(String id) |