zjh
2025-03-26 21ce50faebc1acb413f5bcb722daf817cce69f33
ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjReservation.java
@@ -223,10 +223,10 @@
    private String department;
    @ExcelExport(value = "所在地",sort =-5)
    @ExcelImport("所在地")
    @Excel(name = "所在地",sort = 5,cellType = Excel.ColumnType.STRING,color = IndexedColors.RED)
    @ApiModelProperty("所在地")
    @ExcelExport(value = "体检所在地",sort =-5)
    @ExcelImport("体检所在地")
    @Excel(name = "体检所在地",sort = 5,cellType = Excel.ColumnType.STRING,color = IndexedColors.RED)
    @ApiModelProperty("体检所在地")
    private String szd;