| | |
| | | /** |
| | | * 单位名字 |
| | | */ |
| | | @ExcelExport(value = "单位项目",sort =99) |
| | | @ExcelImport("单位项目") |
| | | @Excel(name = "单位项目",sort = 99,cellType = Excel.ColumnType.STRING) |
| | | @ApiModelProperty("单位项目") |
| | | @ExcelExport(value = "部门",sort =99) |
| | | @ExcelImport("部门") |
| | | @Excel(name = "部门",sort = 99,cellType = Excel.ColumnType.STRING) |
| | | @ApiModelProperty("部门") |
| | | @TableField(exist = false) |
| | | private String dwxm; |
| | | |
| | |
| | | /** |
| | | * 部门 |
| | | */ |
| | | @ExcelExport(value = "部门",sort =-2) |
| | | @ExcelImport("部门") |
| | | @Excel(name = "部门",sort = 2,cellType = Excel.ColumnType.STRING) |
| | | // @ExcelExport(value = "部门",sort =-2) |
| | | // @ExcelImport("部门") |
| | | // @Excel(name = "部门",sort = 2,cellType = Excel.ColumnType.STRING) |
| | | @ApiModelProperty("部门") |
| | | private String department; |
| | | |