zhangnaisong
2024-07-20 1c4ed98abdba193ac105e6de5bcbab985b52edef
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;
}