aijinhui
2023-10-31 e0c71e43f22a81c57720c7ab3595564c5a8e3aee
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;
}