zjh
2025-04-21 3f31a0466e7a706424d28aaab10bb70e2895bcfc
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;