liusheng
2025-12-01 d31e943b87bd1093ad2f5aa104406c254570f98c
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentPageReqVO.java
@@ -16,6 +16,13 @@
@ToString(callSuper = true)
public class DevRentPageReqVO extends PageParam {
    @Schema(description = "预约申请号", example = "2024435")
    private String applyNo;
    @Schema(description = "就诊流水号", example = "2024546")
    //@NotEmpty(message = "就诊流水号")
    private String episodeId;
    @Schema(description = "设备编号", example = "3986")
    private String devId;