zhangnaisong
2024-02-28 ca0391eeab5a1586aed14018510cb4c3c0cd6131
1
2
3
4
5
6
7
8
9
package com.ruoyi.health.param;
 
import lombok.Data;
 
@Data
public class GetEquipmentAlertInfoParam {
    private Integer id;
    private String position;
}