| | |
| | | package com.ltkj.hosp.domain; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | |
| | | */ |
| | | @TableId |
| | | private String id; |
| | | |
| | | /** |
| | | * 体检号 |
| | | */ |
| | | @ApiModelProperty(value = "体检号") |
| | | private String tjh; |
| | | |
| | | /** |
| | | * 主表id |
| | |
| | | @ApiModelProperty(value = "收款人") |
| | | private String payee; |
| | | |
| | | @ApiModelProperty(value = "套餐id") |
| | | @TableField(exist = false) |
| | | private String pacId; |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE) |