zhangnaisong
2024-07-05 24e152d8a574e77b1909a8fea4703d4fe835c2a5
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;
}