‘liusuyi’
2024-04-02 6a26b1d539576a556d0f8682af7ae4317de78c7a
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;
}