zjh
2024-12-30 1b7ed7edb09aaecf68ddf3396ee007bc6eadf52a
ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjReservation.java
@@ -189,6 +189,17 @@
    @ApiModelProperty("单位名称")
    private String company;
    /**
     * 单位名字
     */
    @ExcelExport(value = "部门",sort =99)
    @ExcelImport("部门")
    @Excel(name = "部门",sort = 99,cellType = Excel.ColumnType.STRING)
    @ApiModelProperty("部门")
    @TableField(exist = false)
    private String dwxm;
    @ApiModelProperty("单位id")
    private String companyId;
@@ -204,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;