This commit is contained in:
wucongxing8150 2025-07-15 10:46:45 +08:00
parent 90da311654
commit 9335655f65

View File

@ -31,8 +31,8 @@ public class StatisticsExpertVO {
@ApiModelProperty(value = "专家医院名称") @ApiModelProperty(value = "专家医院名称")
private String hospitalName; private String hospitalName;
@ExcelProperty("总数量") @ExcelProperty("病例总数量")
@ApiModelProperty(value = "总数量") @ApiModelProperty(value = "病例总数量")
private Integer total; private Integer total;
@ExcelProperty("病例通过数量") @ExcelProperty("病例通过数量")