| | |
| | | * $column.columnComment |
| | | */ |
| | | @ApiModelProperty("患者姓名") |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | @Excel(name = "患者姓名") |
| | | private String patName; |
| | | |
| | | /** |
| | | * $column.columnComment |
| | | */ |
| | | @ApiModelProperty("患者编码") |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | @Excel(name = "患者编码") |
| | | private String patCode; |
| | | |
| | | /** |
| | | * $column.columnComment |
| | | */ |
| | | @ApiModelProperty("手机号") |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | @Excel(name = "手机号") |
| | | private String phone; |
| | | |
| | | /** |
| | | * $column.columnComment |
| | | */ |
| | | @ApiModelProperty("病区名称") |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | @Excel(name = "病区名称") |
| | | private String hospitaldistrictname; |
| | | |
| | | /** |
| | | * $column.columnComment |
| | | */ |
| | | @ApiModelProperty("病区编码") |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | @Excel(name = "病区编码") |
| | | private String hospitaldistrictcode; |
| | | |
| | | /** |
| | | * $column.columnComment |
| | | */ |
| | | @ApiModelProperty("部门名称") |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | @Excel(name = "部门名称") |
| | | private String deptname; |
| | | |
| | | /** |
| | | * 部门编码 |
| | | */ |
| | | @ApiModelProperty("部门编码") |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | @Excel(name = "部门编码") |
| | | private String deptcode; |
| | | |
| | | /** |
| | |
| | | * $column.columnComment |
| | | */ |
| | | @ApiModelProperty("护士满意度") |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | @Excel(name = "护士满意度") |
| | | private double nurseSatisfaction; |
| | | |
| | | @ApiModelProperty("总分") |
| | | @Excel(name = "总分") |
| | | private double total; |
| | | |
| | | /** |