eight
2024-10-29 18f2eb72590ce5ff79693eb8a27188a499bbd114
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeSaveReqVO.java
@@ -1,5 +1,6 @@
package cn.lihu.jh.module.ecg.controller.admin.checktype.vo;
import com.alibaba.excel.annotation.ExcelProperty;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.*;
@@ -22,4 +23,7 @@
    @Schema(description = "需要设备领用")
    private Integer needDevReady;
    @Schema(description = "叫号列")
    private Integer callingColumn;
}