zhangnaisong
2024-08-02 470b596ddce65dcbb8087e78f0a096d8ba1a429e
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;
}