jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/RoutineFinishReqVO.java
@@ -25,6 +25,9 @@ @NotEmpty(message = "患者名称不能为空") private String patName; @Schema(description = "检查类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋艿") private Integer checkType; @Schema(description = "装机时间") private LocalDateTime rentTime;