zjh
2024-12-13 0ded4eb80a80ffd4f29aab8a7b6c02a269d72d2c
ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjReservation.java
@@ -192,10 +192,10 @@
    /**
     * 单位名字
     */
    @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;
@@ -215,9 +215,9 @@
    /**
     * 部门
     */
    @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;