zhangnaisong
2024-07-29 79d24d16b133a07a1a7cd887348683be6d8c8ef3
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;
}