jiangping
2025-05-07 0bca96ae2c9bd7b88d37562574b85074e100741f
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Retention.java
@@ -155,6 +155,20 @@
    @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;
}