package com.ruoyi.health.param; import lombok.Data; @Data public class GetEquipmentAlertInfoParam { private Integer id; private String position; }