| | |
| | | @ExcelColumn(name="排序码(升序)") |
| | | private Integer sortnum; |
| | | |
| | | @ApiModelProperty(value = "附属字段1 (type=1:是否需要上传驾驶证:0=不需要;1=需要;) ") |
| | | @ApiModelProperty(value = "附属字段1 (type=1:是否需要上传驾驶证:0=不需要;1=需要;type=3:是否贵重物品:0=否;1=是;type=4:尺寸描述;) ") |
| | | @ExcelColumn(name="内容") |
| | | private String otherField; |
| | | |
| | |
| | | @ApiModelProperty(value = "图标全路径") |
| | | @TableField(exist = false) |
| | | private String iconFull; |
| | | |
| | | @ApiModelProperty(value = "自关联对象名称") |
| | | @TableField(exist = false) |
| | | private String relationName; |
| | | |
| | | @ApiModelProperty(value = "自关联对象otherField") |
| | | @TableField(exist = false) |
| | | private String relationOtherField; |
| | | |
| | | @ApiModelProperty(value = "自关联对象备注") |
| | | @TableField(exist = false) |
| | | private String relationRemark; |
| | | } |