| | |
| | | package cn.lihu.jh.module.ecg.controller.admin.room.vo; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import lombok.*; |
| | | import java.util.*; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | |
| | | @Schema(description = "诊疗床编号") |
| | | private String bedNo; |
| | | |
| | | @Schema(description = "诊室IP") |
| | | private String ip; |
| | | |
| | | @Schema(description = "检查类型") |
| | | private Integer[] checkTypes; |
| | | |
| | | @Schema(description = "操作类型") |
| | | private Integer opType; |
| | | |
| | | @Schema(description = "开诊状态") |
| | | private Boolean onstage; |
| | | private Integer status; |
| | | |
| | | @Schema(description = "医生名") |
| | | private String doctorName; |
| | | |
| | | @Schema(description = "创建时间") |
| | | @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND) |