| | |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long pacId; |
| | | |
| | | |
| | | /** |
| | | * 套餐his编码 |
| | | */ |
| | | @Excel(name = "套餐his编码") |
| | | @ApiModelProperty(value = "套餐his编码") |
| | | private String hisPacBm; |
| | | /** |
| | | * 套餐名称 |
| | | */ |
| | | @Excel(name = "套餐名称") |
| | | @ApiModelProperty(value = "套餐名称") |
| | | private String pacName; |
| | | |
| | | |
| | | |
| | | @ApiModelProperty(value = "拼音码") |
| | | private String pym; |
| | | |
| | | |
| | | /** |
| | | * 图片(Base64编码) |
| | |
| | | @TableField(exist = false) |
| | | private List<String> keyIds; |
| | | |
| | | /** his套餐 */ |
| | | private String hisPacId; |
| | | |
| | | /** |
| | | * 体检类别 |
| | | */ |
| | | @ApiModelProperty("体检类别") |
| | | private String tjCategory; |
| | | |
| | | |
| | | @Override |
| | | public String toString() { |