fuliqi
2023-11-30 48c336687914f3aa183fc1b2e047cfbde581748d
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;
}