aijinhui
2023-11-24 8a2bfef1ebf3a1e24f770d3481ff82856f14d9e0
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;
}