eight
2024-10-16 45c86945f735ab5a63025ed5dcff9aeae4106a1f
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;
}