fuliqi
2024-01-09 ebb1a448339bafc4c4849fdbc2291bd3a28261df
1
2
3
4
5
6
7
8
9
10
package com.ycl.dto.smoker;
 
import lombok.Data;
 
@Data
public class QueryAlarmParam {
    private String startTime;
    private String endTime;
    private String msgType;
}