zhangnaisong
2024-08-06 fb486d8c2447a9a18eb929d81094bfd46c78fe27
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;
}