| | |
| | | |
| | | @ApiModelProperty(value = "操作人ID") |
| | | private String operatorId; |
| | | |
| | | @ApiModelProperty(value = "标签名") |
| | | private String tagname; |
| | | |
| | | @ApiModelProperty(value = "随访标识:0不需要,1要") |
| | | private String fuflag; |
| | | |
| | | @ApiModelProperty(value = "随访日期") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date fudate; |
| | | |
| | | @ApiModelProperty(value = "随访周期建议") |
| | | private String fuperiod; |
| | | |
| | | @ApiModelProperty(value = "随访类型编码") |
| | | private String futypecode; |
| | | |
| | | @ApiModelProperty(value = "随访类型名称") |
| | | private String futypedesc; |
| | | |
| | | @ApiModelProperty(value = "随访复诊指导") |
| | | private String fuadvice; |
| | | |
| | | @ApiModelProperty(value = "专病随访建议") |
| | | private String fuspecialadvice; |
| | | } |