aijinhui
2024-04-12 5b992c91e2794311d5fc7cfc91cd68d9aed2573a
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;
}