|
@@ -13,7 +13,7 @@ import lombok.Setter;
|
|
|
@Setter
|
|
|
public class AverageStatisticsFeeMonthDTO {
|
|
|
private String id;
|
|
|
- @Excel(name = "科室名称", width = 30, orderNum = "1")
|
|
|
+ @Excel(name = "科室", width = 30, orderNum = "1")
|
|
|
private String name;
|
|
|
private Integer num;
|
|
|
@Excel(name = "本月平均住院花费(元)", width = 15, orderNum = "2")
|
|
@@ -27,4 +27,4 @@ public class AverageStatisticsFeeMonthDTO {
|
|
|
private Double lastYearAverageValue = 0d;
|
|
|
//科室分类
|
|
|
private String deptClass;
|
|
|
-}
|
|
|
+}
|