ÎļþÃû´Ó jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/callingscreen/CallingRespVO.java ÐÞ¸Ä |
| | |
| | | package cn.lihu.jh.module.ecg.controller.admin.callingscreen; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelIgnoreUnannotated; |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import io.swagger.v3.oas.models.security.SecurityScheme; |
| | | import lombok.Data; |
| | | |
| | | import java.time.LocalDate; |
| | | import java.time.LocalDateTime; |
| | | |
| | | @Schema(description = "å«å·å±æ°æ®") |
| | | @Data |
| | | public class CallingRespVO { |
| | | public class ScreenQueueRespVO { |
| | | |
| | | @Schema(description = "æ£è
ç¼å·", requiredMode = Schema.RequiredMode.REQUIRED, example = "30473") |
| | | @ExcelProperty("æ£è
ç¼å·") |
| | |
| | | @Schema(description = "é¢çº¦è¿ææ è®°", requiredMode = Schema.RequiredMode.REQUIRED) |
| | | @ExcelProperty("é¢çº¦è¿ææ è®°") |
| | | private Byte expired; |
| | | |
| | | @Schema(description = "è¯é³å«å·æ è®°", requiredMode = Schema.RequiredMode.REQUIRED) |
| | | @ExcelProperty("è¯é³å«å·æ è®°") |
| | | private Integer called; |
| | | |
| | | @Schema(description = "æéæ è®°", requiredMode = Schema.RequiredMode.REQUIRED) |
| | | @ExcelProperty("æéæ è®°") |