| | |
| | | @TableField(exist = false) |
| | | private Integer queryUserType; |
| | | |
| | | @ApiModelProperty(value = "关联分类编码(关联category)", example = "1") |
| | | @ExcelColumn(name="关联分类编码(关联category)") |
| | | private Integer categoryId; |
| | | |
| | | @ApiModelProperty(value = "关联分类名称") |
| | | @ExcelColumn(name="车辆分类" ,index = 8,width = 16) |
| | | private String categoryName; |
| | | |
| | | @ApiModelProperty(value = "关联父级分类编码(关联category)", example = "1") |
| | | @ExcelColumn(name="关联父级分类编码(关联category)") |
| | | private Integer categoryParentId; |
| | | |
| | | @ApiModelProperty(value = "关联分类名称") |
| | | @ExcelColumn(name="关联分类名称") |
| | | private String categoryParentName; |
| | | |
| | | } |