zjh
2024-12-30 1b7ed7edb09aaecf68ddf3396ee007bc6eadf52a
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;